diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 47e5201e..1c23b375 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 0af6ca5a..cb18e2dc 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