From aedddf0f963c692bf81b2c6f627e5f35cbfc55f5 Mon Sep 17 00:00:00 2001 From: zhenyus Date: Mon, 17 Mar 2025 21:53:50 +0800 Subject: [PATCH] fix: update periodSeconds for readiness and liveness probes in authentication, centralStorage, content, notification, and payment services Signed-off-by: zhenyus --- freeleaps/helm-pkg/authentication/values.prod.yaml | 4 ++-- freeleaps/helm-pkg/centralStorage/values.prod.yaml | 4 ++-- freeleaps/helm-pkg/content/values.prod.yaml | 4 ++-- freeleaps/helm-pkg/notification/values.prod.yaml | 4 ++-- freeleaps/helm-pkg/payment/values.prod.yaml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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