Merge "Update Keystore cert"
[oom.git] / kubernetes / aai / charts / aai-champ / values.yaml
1 # Copyright © 2018 Amdocs, AT&T
2 # Modifications Copyright © 2018 Bell Canada
3 #
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
15
16 #################################################################
17 # Global configuration defaults.
18 #################################################################
19 global:
20   readinessImage: readiness-check:2.0.2
21   loggingImage: beats/filebeat:5.5.0
22
23 #################################################################
24 # Application configuration defaults.
25 #################################################################
26
27 # application image
28 image: onap/champ:1.3.0
29
30 flavor: small
31
32 # application configuration
33 config:
34   keyStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
35   keyManagerPassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
36   trustStorePassword: OBF:1y0q1uvc1uum1uvg1pil1pjl1uuq1uvk1uuu1y10
37
38 # default number of instances
39 replicaCount: 1
40
41 nodeSelector: {}
42
43 affinity: {}
44
45 # probe configuration parameters
46 liveness:
47   initialDelaySeconds: 10
48   periodSeconds: 10
49   # necessary to disable liveness probe when setting breakpoints
50   # in debugger so K8s doesn't restart unresponsive container
51   enabled: false
52
53 readiness:
54   initialDelaySeconds: 10
55   periodSeconds: 10
56
57 service:
58   type: NodePort
59   portName: aai-champ
60   internalPort: 9522
61   externalPort: 9522
62   nodePort: 78
63
64 ingress:
65   enabled: false
66
67 resources:
68   small:
69     limits:
70       cpu: 2
71       memory: 4Gi
72     requests:
73       cpu: 0.5
74       memory: 1Gi
75   large:
76     limits:
77       cpu: 4
78       memory: 8Gi
79     requests:
80       cpu: 1
81       memory: 2Gi
82   unlimited: {}
83
84 # XML beans configuration
85 event:
86   port:
87     dmaap: 3905
88   protocol: https
89   publisher:
90     topic: champRawEvents