Browse Source

Updated k8s file to use only ocelotapigw image

pull/583/merge
eiximenis 6 years ago
parent
commit
5b38d2bf98
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      k8s/ocelot/deployment.yaml

+ 4
- 4
k8s/ocelot/deployment.yaml View File

@ -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


Loading…
Cancel
Save