From dc952ed548763d709e5a40ff4561b00fbc2edef7 Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Tue, 3 Oct 2023 11:41:22 +0200 Subject: [PATCH] feat(helm): set deployment terminationGracePeriodSeconds to 10 --- charts/backoffice/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/backoffice/templates/deployment.yaml b/charts/backoffice/templates/deployment.yaml index efd9612..daa3bfb 100644 --- a/charts/backoffice/templates/deployment.yaml +++ b/charts/backoffice/templates/deployment.yaml @@ -55,6 +55,7 @@ spec: name: {{ .Release.Name }}-nextauth resources: {{- toYaml .Values.backend.resources | nindent 12 }} + terminationGracePeriodSeconds: 10 affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: