feat(chart): change the probe times

This commit is contained in:
perf3ct 2025-07-22 19:22:07 +00:00
parent de7c0cb51b
commit 9d47ec2079
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 7 additions and 7 deletions

View File

@ -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 }}
{{- include "bjw-s.common.loader.all" $ctx }}