Merge " Fix logging format"
[oom.git] / kubernetes / msb / values.yaml
1 # Copyright © 2017 Amdocs, Bell Canada
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 nsPrefix: onap
16 pullPolicy: IfNotPresent
17 image:
18   readiness: oomk8s/readiness-check:1.1.0
19   consul: consul:0.9.3
20   discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:1.1.0-SNAPSHOT-latest
21   apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:1.1.0-SNAPSHOT-latest
22   kube2msb: nexus3.onap.org:10001/onap/oom/kube2msb
23
24 consulPort: 8500
25 consulNodePort: 30500
26 msbConsulReplicas: 1
27
28 discoveryPort: 10081
29 discoveryNodePort: 30081
30 discoveryReplicas: 1
31
32 iagPort: 80
33 iagPort_https: 443
34 iagNodePort: 30080
35 iagNodePort_https: 30443
36 iagReplicas: 2
37
38 eagPort: 80
39 eagPort_https: 443
40 eagNodePort: 30082
41 eagNodePort_https: 30446
42 eagReplicas: 2
43
44 kubeMasterUrl: https://kubernetes.default.svc.cluster.local:443
45 discoveryUrl: http://msb-discovery.{{ .Values.nsPrefix }}:10081