remove termination grace period from Knative deployment

This commit is contained in:
marius 2020-04-19 09:56:22 +02:00
parent a7493325ed
commit 3657ab6bde

View File

@ -11,6 +11,7 @@ spec:
memory: 512Mi memory: 512Mi
defaultRequest: defaultRequest:
memory: 256Mi memory: 256Mi
type: Container
containers: containers:
- image: docker.io/wishi/chuckjokes:latest - image: docker.io/wishi/chuckjokes:latest
imagePullPolicy: "Always" imagePullPolicy: "Always"