From 4f03707248f4067c527564bc28824ceb8f46e8d8 Mon Sep 17 00:00:00 2001 From: marius Date: Sat, 18 Apr 2020 21:42:13 +0200 Subject: [PATCH] set image pull policy --- service.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service.yaml b/service.yaml index 4bc511a..f86d248 100644 --- a/service.yaml +++ b/service.yaml @@ -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" \ No newline at end of file