Always pull image.
This commit is contained in:
parent
9222476444
commit
fc7e54ea8a
@ -15,7 +15,10 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
- name: echoservice
|
- name: echoservice
|
||||||
image: gcr.io/hip-wharf-319304/echoservice:latest
|
image: gcr.io/hip-wharf-319304/echoservice:latest
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: Always
|
||||||
|
env:
|
||||||
|
- name: "WORKERS"
|
||||||
|
value: "8"
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8080
|
containerPort: 8080
|
||||||
|
Loading…
x
Reference in New Issue
Block a user