mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +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:
|
volumeMounts:
|
||||||
- name: configvolume
|
- name: configvolume
|
||||||
mountPath: /conf/stack
|
mountPath: /conf/stack
|
||||||
|
lifecycle:
|
||||||
|
preStop:
|
||||||
|
exec:
|
||||||
|
command: ["sleep", "15"]
|
||||||
startupProbe:
|
startupProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user