diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 8e3fdb42..513e7ef5 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -34,7 +34,7 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 @@ -44,7 +44,7 @@ notification: config: path: /api/_/livez port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index d21c4943..676c1857 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -32,7 +32,7 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 @@ -42,7 +42,7 @@ notification: config: path: /api/_/livez port: 8003 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1