We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f62303 commit 6ef4a6eCopy full SHA for 6ef4a6e
1 file changed
charts/gateway-helm/values.tmpl.yaml
@@ -70,6 +70,9 @@ deployment:
70
runAsUser: 65532
71
seccompProfile:
72
type: RuntimeDefault
73
+ # Kubernetes best practice for controllers: use a startupProbe with a generous
74
+ # failure threshold to avoid premature liveness/readiness failures during initialization.
75
+ # Ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#define-startup-probes
76
startupProbe:
77
httpGet:
78
path: /healthz
0 commit comments