1
0
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:
Sunandadadi 2025-03-31 14:09:50 -04:00 committed by GitHub
parent be08d4893d
commit c25be58e23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -241,6 +241,10 @@ objects:
volumeMounts:
- name: configvolume
mountPath: /conf/stack
lifecycle:
preStop:
exec:
command: ["sleep", "15"]
startupProbe:
exec:
command: