Always pull image.

This commit is contained in:
Tom Alexander
2021-07-24 22:25:40 -04:00
parent 9222476444
commit fc7e54ea8a

View File

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