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