From 8e8967811bd4f85e857d49b2405ebc02604c6174 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 5 Jun 2025 12:36:32 -0500 Subject: [PATCH] change livenesss --- clusters/cl01tl/platform/ntfy/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/platform/ntfy/values.yaml b/clusters/cl01tl/platform/ntfy/values.yaml index 714e32f6e..fe10e2e33 100644 --- a/clusters/cl01tl/platform/ntfy/values.yaml +++ b/clusters/cl01tl/platform/ntfy/values.yaml @@ -77,11 +77,11 @@ ntfy: - sh - -c - wget -q --tries=1 http://localhost:80/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1 - failureThreshold: 5 + failureThreshold: 10 initialDelaySeconds: 60 periodSeconds: 60 successThreshold: 1 - timeoutSeconds: 10 + timeoutSeconds: 30 resources: requests: cpu: 10m