summaryrefslogtreecommitdiffstats
path: root/kubernetes/msb/values.yaml
blob: ec9585a9499007043d720ccb72b5db74e52fa517 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
nsPrefix: onap
pullPolicy: IfNotPresent
image:
  readiness: oomk8s/readiness-check:1.1.0
  consul: consul:0.9.3
  discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:1.1.0-SNAPSHOT-latest
  apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:1.1.0-SNAPSHOT-latest

consulPort: 8500
consulNodePort: 30500

discoveryPort: 10081
discoveryNodePort: 30081
discoveryReplicas: 1

iagPort: 80
iagPort_https: 443
iagNodePort: 30080
iagNodePort_https: 30443
iagReplicas: 1

eagPort: 80
eagPort_https: 443
eagNodePort: 30082
eagNodePort_https: 30446
eagReplicas: 1