Probes can be disabled in Helm chart (#7663)

This commit is contained in:
mickkael
2026-02-11 00:37:18 +08:00
committed by GitHub
parent 65299492b6
commit 639c3202eb
3 changed files with 11 additions and 1 deletions

View File

@@ -111,6 +111,12 @@ resources: {}
# cpu: 100m
# memory: 1000Mi
livenessProbe:
enabled: true
readinessProbe:
enabled: true
nodeSelector: {}
tolerations: []