From 7921d9e8d9fcd6b35e8e889fac1912a061d02cae Mon Sep 17 00:00:00 2001 From: icecheng Date: Tue, 9 Sep 2025 14:52:49 +0800 Subject: [PATCH] ci(helm): update devsvc helm values.yaml --- freeleaps/helm-pkg/devsvc/values.alpha.yaml | 12 ++++++------ freeleaps/helm-pkg/devsvc/values.prod.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/freeleaps/helm-pkg/devsvc/values.alpha.yaml b/freeleaps/helm-pkg/devsvc/values.alpha.yaml index 4a1bb2ad..8d81a4a7 100644 --- a/freeleaps/helm-pkg/devsvc/values.alpha.yaml +++ b/freeleaps/helm-pkg/devsvc/values.alpha.yaml @@ -34,21 +34,21 @@ devsvc: config: path: /api/_/readyz port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: devsvc-service diff --git a/freeleaps/helm-pkg/devsvc/values.prod.yaml b/freeleaps/helm-pkg/devsvc/values.prod.yaml index 2d7600ea..c192f3e6 100644 --- a/freeleaps/helm-pkg/devsvc/values.prod.yaml +++ b/freeleaps/helm-pkg/devsvc/values.prod.yaml @@ -37,21 +37,21 @@ devsvc: config: path: /api/_/readyz port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 liveness: type: httpGet config: path: /api/_/livez port: 8007 - initialDelaySeconds: 5 + initialDelaySeconds: 30 periodSeconds: 15 - timeoutSeconds: 3 + timeoutSeconds: 10 successThreshold: 1 - failureThreshold: 3 + failureThreshold: 5 terminationGracePeriodSeconds: 30 services: - name: devsvc-service