diff --git a/freeleaps/helm-pkg/freeleaps/values.prod.yaml b/freeleaps/helm-pkg/freeleaps/values.prod.yaml index a4b9e5d4..40a11bda 100644 --- a/freeleaps/helm-pkg/freeleaps/values.prod.yaml +++ b/freeleaps/helm-pkg/freeleaps/values.prod.yaml @@ -32,21 +32,21 @@ freeleaps: config: path: /api/_/readyz port: 8001 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 60 + timeoutSeconds: 120 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 15 liveness: type: httpGet config: path: /api/_/livez port: 8001 - initialDelaySeconds: 5 - periodSeconds: 15 - timeoutSeconds: 60 + initialDelaySeconds: 30 + periodSeconds: 30 + timeoutSeconds: 120 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 15 terminationGracePeriodSeconds: 30 services: - name: freeleaps-service