diff --git a/freeleaps/helm-pkg/authentication/values.prod.yaml b/freeleaps/helm-pkg/authentication/values.prod.yaml index b0410fc6..a695c34e 100644 --- a/freeleaps/helm-pkg/authentication/values.prod.yaml +++ b/freeleaps/helm-pkg/authentication/values.prod.yaml @@ -28,7 +28,7 @@ authentication: path: /api/_/readyz port: 8004 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 @@ -38,7 +38,7 @@ authentication: path: /api/_/livez port: 8004 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 diff --git a/freeleaps/helm-pkg/centralStorage/values.prod.yaml b/freeleaps/helm-pkg/centralStorage/values.prod.yaml index f2985e9a..01d6d8a2 100644 --- a/freeleaps/helm-pkg/centralStorage/values.prod.yaml +++ b/freeleaps/helm-pkg/centralStorage/values.prod.yaml @@ -28,7 +28,7 @@ centralStorage: path: /api/_/readyz port: 8005 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 @@ -38,7 +38,7 @@ centralStorage: path: /api/_/livez port: 8005 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 diff --git a/freeleaps/helm-pkg/content/values.prod.yaml b/freeleaps/helm-pkg/content/values.prod.yaml index 79694fb3..a8e4b96f 100644 --- a/freeleaps/helm-pkg/content/values.prod.yaml +++ b/freeleaps/helm-pkg/content/values.prod.yaml @@ -28,7 +28,7 @@ content: path: /api/_/readyz port: 8013 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 @@ -38,7 +38,7 @@ content: path: /api/_/livez port: 8013 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 diff --git a/freeleaps/helm-pkg/notification/values.prod.yaml b/freeleaps/helm-pkg/notification/values.prod.yaml index 8ddfd2c8..e3d32b39 100644 --- a/freeleaps/helm-pkg/notification/values.prod.yaml +++ b/freeleaps/helm-pkg/notification/values.prod.yaml @@ -28,7 +28,7 @@ notification: path: /api/_/readyz port: 8003 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 @@ -38,7 +38,7 @@ notification: path: /api/_/livez port: 8003 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 diff --git a/freeleaps/helm-pkg/payment/values.prod.yaml b/freeleaps/helm-pkg/payment/values.prod.yaml index 47999c96..0a3ac939 100644 --- a/freeleaps/helm-pkg/payment/values.prod.yaml +++ b/freeleaps/helm-pkg/payment/values.prod.yaml @@ -28,7 +28,7 @@ payment: path: /api/_/readyz port: 8006 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 30 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3 @@ -38,7 +38,7 @@ payment: path: /api/_/livez port: 8006 initialDelaySeconds: 5 - periodSeconds: 10 + periodSeconds: 15 timeoutSeconds: 3 successThreshold: 1 failureThreshold: 3