From 7b543816931fb453b7ee6aea536e4276093f3ea0 Mon Sep 17 00:00:00 2001 From: perf3ct Date: Tue, 22 Jul 2025 19:22:07 +0000 Subject: [PATCH] feat(chart): change the probe times --- charts/readur/templates/release.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/readur/templates/release.yaml b/charts/readur/templates/release.yaml index 1a1d253..1a4f3ff 100644 --- a/charts/readur/templates/release.yaml +++ b/charts/readur/templates/release.yaml @@ -47,8 +47,8 @@ controllers: custom: true type: HTTP spec: - initialDelaySeconds: 30 - periodSeconds: 10 + initialDelaySeconds: 5 + periodSeconds: 5 timeoutSeconds: 5 failureThreshold: 30 httpGet: &probesPath @@ -58,10 +58,10 @@ controllers: enabled: true custom: true spec: - initialDelaySeconds: 10 - periodSeconds: 20 - timeoutSeconds: 20 - failureThreshold: 5 + initialDelaySeconds: 5 + periodSeconds: 5 + timeoutSeconds: 5 + failureThreshold: 10 httpGet: *probesPath liveness: *probes @@ -101,4 +101,4 @@ service: # Merge with ALL the values in `values.yaml` {{- $_ := mergeOverwrite .Values $ctx.Values -}} {{- $_ = include "readur.hardcodedValues" . | fromYaml | merge $ctx.Values -}} -{{- include "bjw-s.common.loader.all" $ctx }} \ No newline at end of file +{{- include "bjw-s.common.loader.all" $ctx }}