This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Updated k8s file to use only ocelotapigw image
pull/583/merge
eiximenis
6 years ago
parent
4b1948d067
commit
5b38d2bf98
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save