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