Fix API gateway image issue 23/13623/2
authorHuabingZhao <zhao.huabing@zte.com.cn>
Wed, 20 Sep 2017 01:37:38 +0000 (21:37 -0400)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Wed, 20 Sep 2017 02:18:36 +0000 (22:18 -0400)
Issue-Id: OOM-113
Change-Id: I669e5e7f0298fc80ab472cd874e6384b24e72c7d
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
kubernetes/msb/templates/msb-iag-deployment.yaml
kubernetes/msb/values.yaml

index 3f82e33..35fba56 100644 (file)
@@ -17,7 +17,7 @@ spec:
       hostname: msb-iag
       containers:
       - args:
-        image:  nexus3.onap.org:10001/onap/msb/msb_apigateway
+        image:  {{ .Values.image.apigateway }}
         name: "msb-iag"
         env:
         - name: CONSUL_IP
index 01f1696..a63dace 100644 (file)
@@ -3,7 +3,7 @@ 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
+  apigateway: nexus3.onap.org:10001/onap/msb/msb_apigateway:latest
 
 consulPort: 8500
 consulNodePort: 30500
@@ -20,4 +20,4 @@ iagReplicas: 1
 
 eagPort: 80
 eagNodePort: 30082
-eagReplicas: 1
\ No newline at end of file
+eagReplicas: 1