Fix API gateway image issue
[oom.git] / kubernetes / msb / values.yaml
1 nsPrefix: onap
2 pullPolicy: IfNotPresent
3 image:
4   consul: consul:latest
5   discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:latest
6   apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:latest
7
8 consulPort: 8500
9 consulNodePort: 30500
10
11 # Should remove cluster IP after domain name is supported by API gateway
12 discoveryClusterIP: 10.43.6.205
13 discoveryPort: 10081
14 discoveryNodePort: 30081
15 discoveryReplicas: 1
16
17 iagPort: 80
18 iagNodePort: 30080
19 iagReplicas: 1
20
21 eagPort: 80
22 eagNodePort: 30082
23 eagReplicas: 1