blob: bf42455586dc8d1597f3b16e9bdc91e71971b8ad [file] [log] [blame]
vaibhav_16dece04b2fe2018-03-22 09:07:12 +00001# 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
HuabingZhao14391b42017-09-02 14:38:07 +080015nsPrefix: onap
16pullPolicy: IfNotPresent
17image:
kerenj484fe732018-02-22 13:08:51 +000018 readiness: oomk8s/readiness-check:1.1.0
HuabingZhao42e96d32017-10-17 16:36:40 +080019 consul: consul:0.9.3
HuabingZhao3bb23a22018-02-28 14:07:50 +080020 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
HuabingZhaoed957a42018-03-12 03:29:20 -040022 kube2msb: nexus3.onap.org:10001/onap/oom/kube2msb
HuabingZhao14391b42017-09-02 14:38:07 +080023
HuabingZhao4ea06552017-08-29 15:30:10 +080024consulPort: 8500
HuabingZhaof2a9f562017-08-26 11:49:59 +080025consulNodePort: 30500
vaibhav_16dec425f0ed2018-02-16 07:15:59 +000026msbConsulReplicas: 1
HuabingZhao34690292017-08-30 13:42:11 +080027
HuabingZhao4ea06552017-08-29 15:30:10 +080028discoveryPort: 10081
HuabingZhaoc2b4fcf2017-08-29 10:48:25 +080029discoveryNodePort: 30081
HuabingZhao77d44cd2017-08-30 09:30:03 +080030discoveryReplicas: 1
HuabingZhao34690292017-08-30 13:42:11 +080031
HuabingZhao4ea06552017-08-29 15:30:10 +080032iagPort: 80
HuabingZhaod142adb2018-02-28 16:13:59 +080033iagPort_https: 443
HuabingZhao4ea06552017-08-29 15:30:10 +080034iagNodePort: 30080
HuabingZhaod142adb2018-02-28 16:13:59 +080035iagNodePort_https: 30443
Huabing Zhao2aed2c92018-03-22 07:23:29 +000036iagReplicas: 2
HuabingZhao34690292017-08-30 13:42:11 +080037
HuabingZhao4ea06552017-08-29 15:30:10 +080038eagPort: 80
HuabingZhaod142adb2018-02-28 16:13:59 +080039eagPort_https: 443
HuabingZhao4ea06552017-08-29 15:30:10 +080040eagNodePort: 30082
HuabingZhaod142adb2018-02-28 16:13:59 +080041eagNodePort_https: 30446
Huabing Zhao2aed2c92018-03-22 07:23:29 +000042eagReplicas: 2
HuabingZhaoed957a42018-03-12 03:29:20 -040043
44kubeMasterUrl: https://kubernetes.default.svc.cluster.local:443
45discoveryUrl: http://msb-discovery.{{ .Values.nsPrefix }}:10081