Always pull image.

This commit is contained in:
Tom Alexander 2021-07-24 22:25:40 -04:00
parent 9222476444
commit fc7e54ea8a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

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