set image pull policy
This commit is contained in:
parent
f29ebcd74c
commit
4f03707248
@ -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"
|
Loading…
Reference in New Issue
Block a user