From 102d3a2ec05b61e852571a13ffa832a1e1b10155 Mon Sep 17 00:00:00 2001 From: icecheng Date: Tue, 23 Sep 2025 16:26:57 +0800 Subject: [PATCH] feat: recover probes for notification service --- freeleaps/helm-pkg/notification/values.alpha.yaml | 10 +++++----- freeleaps/helm-pkg/notification/values.prod.yaml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index ddd875be..9a8d3df6 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -34,21 +34,21 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8003 - initialDelaySeconds: 30 - periodSeconds: 15 + initialDelaySeconds: 60 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: notification-service diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index 14e3d21d..f0b2cce4 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -32,21 +32,21 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8003 - initialDelaySeconds: 30 - periodSeconds: 15 + initialDelaySeconds: 60 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: notification-service