From 13861f13661175cb9165910dd4c6642241694fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9opold=20Jacquot?= Date: Fri, 4 Mar 2022 23:38:04 +0100 Subject: [PATCH] Remove wrong terminationGracePeriodSeconds option in livenessProbe --- charts/soketi/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/soketi/values.yaml b/charts/soketi/values.yaml index 3cf7e13..f6d6930 100644 --- a/charts/soketi/values.yaml +++ b/charts/soketi/values.yaml @@ -317,7 +317,6 @@ livenessProbe: periodSeconds: 2 failureThreshold: 3 successThreshold: 1 - terminationGracePeriodSeconds: 30 readinessProbe: httpGet: