From 5b38d2bf9867c1e2f22d5f8d0adc4729a87885c5 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Tue, 3 Apr 2018 18:01:38 +0200 Subject: [PATCH] Updated k8s file to use only ocelotapigw image --- k8s/ocelot/deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/ocelot/deployment.yaml b/k8s/ocelot/deployment.yaml index 516f91b2f..3a114e4ce 100644 --- a/k8s/ocelot/deployment.yaml +++ b/k8s/ocelot/deployment.yaml @@ -12,7 +12,7 @@ spec: spec: containers: - name: apigwmm - image: eshop/ocelotapigw-mm + image: eshop/ocelotapigw imagePullPolicy: Always env: - name: PATH_BASE @@ -51,7 +51,7 @@ spec: spec: containers: - name: apigwms - image: eshop/ocelotapigw-ms + image: eshop/ocelotapigw imagePullPolicy: Always env: - name: PATH_BASE @@ -90,7 +90,7 @@ spec: spec: containers: - name: apigwwm - image: eshop/ocelotapigw-wm + image: eshop/ocelotapigw imagePullPolicy: Always env: - name: PATH_BASE @@ -129,7 +129,7 @@ spec: spec: containers: - name: apigwws - image: eshop/ocelotapigw-ws + image: eshop/ocelotapigw imagePullPolicy: Always env: - name: PATH_BASE