diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-02 14:38:07 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-09-02 14:39:16 +0800 |
commit | 14391b41d1cea04544e284f502cc4da2eef69d90 (patch) | |
tree | 4cdfe47381e60571943de9c86e9c42ae4dcf4008 /kubernetes/msb/values.yaml | |
parent | d510144fff4875aab873c32de0a103d17d00d37e (diff) |
parameterize docker image
Issue-Id: OOM-113
Change-Id: I36641bbb2c973f3df9a9d1a24e7197c21552e61b
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'kubernetes/msb/values.yaml')
-rw-r--r-- | kubernetes/msb/values.yaml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/kubernetes/msb/values.yaml b/kubernetes/msb/values.yaml index 38059e1458..6927f1da6e 100644 --- a/kubernetes/msb/values.yaml +++ b/kubernetes/msb/values.yaml @@ -1,3 +1,10 @@ +nsPrefix: onap +pullPolicy: IfNotPresent +image: + consul: consul:latest + discovery: nexus3.onap.org:10001/onap/msb/msb_discovery:latest + apigateway: nexus3.onap.org:10001/onap/msb/msb_discovery:latest + consulClusterIP: 10.43.6.204 consulPort: 8500 consulNodePort: 30500 @@ -15,6 +22,4 @@ iagReplicas: 1 eagClusterIP: 10.43.6.207 eagPort: 80 eagNodePort: 30082 -eagReplicas: 1 - -pullPolicy: IfNotPresent
\ No newline at end of file +eagReplicas: 1
\ No newline at end of file |