feat(chart): change the probe times

This commit is contained in:
perf3ct 2025-07-22 19:22:07 +00:00
parent 193858bd2b
commit 7b54381693
1 changed files with 7 additions and 7 deletions

View File

@ -47,8 +47,8 @@ controllers:
custom: true custom: true
type: HTTP type: HTTP
spec: spec:
initialDelaySeconds: 30 initialDelaySeconds: 5
periodSeconds: 10 periodSeconds: 5
timeoutSeconds: 5 timeoutSeconds: 5
failureThreshold: 30 failureThreshold: 30
httpGet: &probesPath httpGet: &probesPath
@ -58,10 +58,10 @@ controllers:
enabled: true enabled: true
custom: true custom: true
spec: spec:
initialDelaySeconds: 10 initialDelaySeconds: 5
periodSeconds: 20 periodSeconds: 5
timeoutSeconds: 20 timeoutSeconds: 5
failureThreshold: 5 failureThreshold: 10
httpGet: *probesPath httpGet: *probesPath
liveness: *probes liveness: *probes
@ -101,4 +101,4 @@ service:
# Merge with ALL the values in `values.yaml` # Merge with ALL the values in `values.yaml`
{{- $_ := mergeOverwrite .Values $ctx.Values -}} {{- $_ := mergeOverwrite .Values $ctx.Values -}}
{{- $_ = include "readur.hardcodedValues" . | fromYaml | merge $ctx.Values -}} {{- $_ = include "readur.hardcodedValues" . | fromYaml | merge $ctx.Values -}}
{{- include "bjw-s.common.loader.all" $ctx }} {{- include "bjw-s.common.loader.all" $ctx }}