From 38734c828110b42a81c88a7e4d3fc7f99ce7e858 Mon Sep 17 00:00:00 2001 From: icecheng Date: Tue, 23 Sep 2025 16:29:26 +0800 Subject: [PATCH] fix: change probe path for notification service --- freeleaps/helm-pkg/notification/values.alpha.yaml | 2 +- freeleaps/helm-pkg/notification/values.prod.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 9a8d3df6..d17dba26 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -32,7 +32,7 @@ notification: readiness: type: httpGet config: - path: /api/_/readyz + path: /api/_/livez port: 8003 initialDelaySeconds: 60 periodSeconds: 30 diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index f0b2cce4..6701bbf1 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -30,7 +30,7 @@ notification: readiness: type: httpGet config: - path: /api/_/readyz + path: /api/_/livez port: 8003 initialDelaySeconds: 60 periodSeconds: 30