set image pull policy

This commit is contained in:
marius 2020-04-18 21:42:13 +02:00
parent f29ebcd74c
commit 4f03707248

View File

@ -6,8 +6,10 @@ metadata:
spec: spec:
template: template:
spec: spec:
terminationGracePeriodSeconds: 30
containers: containers:
- image: docker.io/wishi/chuckjokes - image: docker.io/wishi/chuckjokes:latest
imagePullPolicy: "Always"
env: env:
- name: TARGET - name: TARGET
value: "Spring Boot Blog Knative v1" value: "Spring Boot Blog Knative v1"