diff --git a/freeleaps/helm-pkg/notification/values.alpha.yaml b/freeleaps/helm-pkg/notification/values.alpha.yaml index ddd875be..9a8d3df6 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 14e3d21d..f0b2cce4 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