vaibhav_16dec | e04b2fe | 2018-03-22 09:07:12 +0000 | [diff] [blame] | 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 | |
HuabingZhao | 14391b4 | 2017-09-02 14:38:07 +0800 | [diff] [blame] | 15 | nsPrefix: onap |
| 16 | pullPolicy: IfNotPresent |
| 17 | image: |
kerenj | 484fe73 | 2018-02-22 13:08:51 +0000 | [diff] [blame] | 18 | readiness: oomk8s/readiness-check:1.1.0 |
HuabingZhao | 42e96d3 | 2017-10-17 16:36:40 +0800 | [diff] [blame] | 19 | consul: consul:0.9.3 |
HuabingZhao | 3bb23a2 | 2018-02-28 14:07:50 +0800 | [diff] [blame] | 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 |
HuabingZhao | ed957a4 | 2018-03-12 03:29:20 -0400 | [diff] [blame] | 22 | kube2msb: nexus3.onap.org:10001/onap/oom/kube2msb |
HuabingZhao | 14391b4 | 2017-09-02 14:38:07 +0800 | [diff] [blame] | 23 | |
HuabingZhao | 4ea0655 | 2017-08-29 15:30:10 +0800 | [diff] [blame] | 24 | consulPort: 8500 |
HuabingZhao | f2a9f56 | 2017-08-26 11:49:59 +0800 | [diff] [blame] | 25 | consulNodePort: 30500 |
vaibhav_16dec | 425f0ed | 2018-02-16 07:15:59 +0000 | [diff] [blame] | 26 | msbConsulReplicas: 1 |
HuabingZhao | 3469029 | 2017-08-30 13:42:11 +0800 | [diff] [blame] | 27 | |
HuabingZhao | 4ea0655 | 2017-08-29 15:30:10 +0800 | [diff] [blame] | 28 | discoveryPort: 10081 |
HuabingZhao | c2b4fcf | 2017-08-29 10:48:25 +0800 | [diff] [blame] | 29 | discoveryNodePort: 30081 |
HuabingZhao | 77d44cd | 2017-08-30 09:30:03 +0800 | [diff] [blame] | 30 | discoveryReplicas: 1 |
HuabingZhao | 3469029 | 2017-08-30 13:42:11 +0800 | [diff] [blame] | 31 | |
HuabingZhao | 4ea0655 | 2017-08-29 15:30:10 +0800 | [diff] [blame] | 32 | iagPort: 80 |
HuabingZhao | d142adb | 2018-02-28 16:13:59 +0800 | [diff] [blame] | 33 | iagPort_https: 443 |
HuabingZhao | 4ea0655 | 2017-08-29 15:30:10 +0800 | [diff] [blame] | 34 | iagNodePort: 30080 |
HuabingZhao | d142adb | 2018-02-28 16:13:59 +0800 | [diff] [blame] | 35 | iagNodePort_https: 30443 |
Huabing Zhao | 2aed2c9 | 2018-03-22 07:23:29 +0000 | [diff] [blame] | 36 | iagReplicas: 2 |
HuabingZhao | 3469029 | 2017-08-30 13:42:11 +0800 | [diff] [blame] | 37 | |
HuabingZhao | 4ea0655 | 2017-08-29 15:30:10 +0800 | [diff] [blame] | 38 | eagPort: 80 |
HuabingZhao | d142adb | 2018-02-28 16:13:59 +0800 | [diff] [blame] | 39 | eagPort_https: 443 |
HuabingZhao | 4ea0655 | 2017-08-29 15:30:10 +0800 | [diff] [blame] | 40 | eagNodePort: 30082 |
HuabingZhao | d142adb | 2018-02-28 16:13:59 +0800 | [diff] [blame] | 41 | eagNodePort_https: 30446 |
Huabing Zhao | 2aed2c9 | 2018-03-22 07:23:29 +0000 | [diff] [blame] | 42 | eagReplicas: 2 |
HuabingZhao | ed957a4 | 2018-03-12 03:29:20 -0400 | [diff] [blame] | 43 | |
| 44 | kubeMasterUrl: https://kubernetes.default.svc.cluster.local:443 |
| 45 | discoveryUrl: http://msb-discovery.{{ .Values.nsPrefix }}:10081 |