From 017af27b2792772fb29765223c081825834ea8ef Mon Sep 17 00:00:00 2001 From: bjulia Date: Thu, 16 Apr 2026 17:52:46 +0200 Subject: [PATCH] fix(helm): replace deployment QUIT signal by TERM --- helm/api-platform/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/api-platform/templates/deployment.yaml b/helm/api-platform/templates/deployment.yaml index 1c31b2988..871da7281 100644 --- a/helm/api-platform/templates/deployment.yaml +++ b/helm/api-platform/templates/deployment.yaml @@ -140,7 +140,7 @@ spec: lifecycle: preStop: exec: - command: ["/bin/sh", "-c", "/bin/sleep 1; kill -QUIT 1"] + command: ["/bin/sh", "-c", "/bin/sleep 1; kill -TERM 1"] readinessProbe: tcpSocket: port: 80