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