Providing HTTPS endpoint at API gateway
[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.1.0-SNAPSHOT-latest
7   apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:1.1.0-SNAPSHOT-latest
8
9 consulPort: 8500
10 consulNodePort: 30500
11
12 discoveryPort: 10081
13 discoveryNodePort: 30081
14 discoveryReplicas: 1
15
16 iagPort: 80
17 iagPort_https: 443
18 iagNodePort: 30080
19 iagNodePort_https: 30443
20 iagReplicas: 1
21
22 eagPort: 80
23 eagPort_https: 443
24 eagNodePort: 30082
25 eagNodePort_https: 30446
26 eagReplicas: 1