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