diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index 291ada4e..47e5201e 100644 --- a/freeleaps/helm-pkg/notification/values.alpha.yaml +++ b/freeleaps/helm-pkg/notification/values.alpha.yaml @@ -34,21 +34,21 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8003 - initialDelaySeconds: 30 - periodSeconds: 15 + initialDelaySeconds: 60 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: notification-service diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index d8e0b2f0..0af6ca5a 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -32,21 +32,21 @@ notification: config: path: /api/_/readyz port: 8003 - initialDelaySeconds: 30 + initialDelaySeconds: 60 periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8003 - initialDelaySeconds: 30 - periodSeconds: 15 + initialDelaySeconds: 60 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: notification-service