From 6d20fa3130682b3865403ed649cfebdee6f94f39 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 26 Sep 2025 09:45:27 +0800 Subject: [PATCH] ci(bump): update notification image tag and adjust health check parameters --- freeleaps/helm-pkg/notification/values.alpha.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 98eaab21..fee41ada 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -15,7 +15,7 @@ notification: registry: docker.io repository: null name: notification - tag: snapshot-11c52d6 + tag: snapshot-2a517fa imagePullPolicy: IfNotPresent deploymentStrategy: type: RollingUpdate @@ -37,13 +37,13 @@ notification: readiness: type: httpGet config: - path: /api/_/livez + path: /api/_/readyz port: 8003 - initialDelaySeconds: 120 - periodSeconds: 30 + initialDelaySeconds: 60 + periodSeconds: 5 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 10 + failureThreshold: 24 liveness: type: httpGet config: @@ -51,9 +51,9 @@ notification: port: 8003 initialDelaySeconds: 120 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 5 successThreshold: 1 - failureThreshold: 10 + failureThreshold: 4 terminationGracePeriodSeconds: 30 services: - name: notification-service