From 15bc2cb93d1652d4691505f05370edc52e908036 Mon Sep 17 00:00:00 2001 From: icecheng Date: Wed, 17 Sep 2025 14:32:45 +0800 Subject: [PATCH] feat: increase initialDelaySeconds for notification service probes --- freeleaps/helm-pkg/notification/values.alpha.yaml | 4 ++-- freeleaps/helm-pkg/notification/values.prod.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 8e3fdb42..513e7ef5 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -34,7 +34,7 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 @@ -44,7 +44,7 @@ notification: config: path: /api/_/livez port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index d21c4943..676c1857 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -32,7 +32,7 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 @@ -42,7 +42,7 @@ notification: config: path: /api/_/livez port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1