set image pull policy

master
marius 2020-04-18 21:42:13 +02:00
parent f29ebcd74c
commit 4f03707248
1 changed files with 3 additions and 1 deletions

View File

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