Skip to content

Commit

Permalink
Merge pull request #7658 from zalando-incubator/skipper/redis-termina…
Browse files Browse the repository at this point in the history
…tion-timeout

skipper: increase redis termination grace period
  • Loading branch information
AlexanderYastrebov authored Jun 11, 2024
2 parents d8d8a4b + a60ea4b commit de7fef1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cluster/manifests/skipper/skipper-redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
values:
- skipper-ingress-redis
priorityClassName: "{{ .Cluster.ConfigItems.system_priority_class }}"
terminationGracePeriodSeconds: 45
containers:
- image: container-registry.zalando.net/library/redis-7-alpine:7-alpine-20240226
name: skipper-ingress-redis
Expand Down Expand Up @@ -74,7 +75,7 @@ spec:
lifecycle:
preStop:
exec:
command: ["sleep","30"]
command: ["sleep", "30"]
dnsPolicy: ClusterFirst
restartPolicy: Always
schedulerName: default-scheduler
Expand Down

0 comments on commit de7fef1

Please sign in to comment.