Merge "sdnc - readiness image update"
[oom.git] / kubernetes / msb / values.yaml
1 nsPrefix: onap
2 pullPolicy: IfNotPresent
3 image:
4   readiness: oomk8s/readiness-check:1.1.0
5   consul: consul:0.9.3
6   discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:1.0.0
7   apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:1.0.0
8
9 consulPort: 8500
10 consulNodePort: 30500
11
12 discoveryPort: 10081
13 discoveryNodePort: 30081
14 discoveryReplicas: 1
15
16 iagPort: 80
17 iagNodePort: 30080
18 iagReplicas: 1
19
20 eagPort: 80
21 eagNodePort: 30082
22 eagReplicas: 1