mirror of
https://github.com/quay/quay.git
synced 2025-04-16 23:03:13 +03:00
deploy: Adding graceful shutdown on pods (PROJQUAY-8760) (#3753)
deploy: Adding graceful shutdown on pods
This commit is contained in:
parent
be08d4893d
commit
c25be58e23
@ -241,6 +241,10 @@ objects:
|
||||
volumeMounts:
|
||||
- name: configvolume
|
||||
mountPath: /conf/stack
|
||||
lifecycle:
|
||||
preStop:
|
||||
exec:
|
||||
command: ["sleep", "15"]
|
||||
startupProbe:
|
||||
exec:
|
||||
command:
|
||||
|
Loading…
x
Reference in New Issue
Block a user