You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`initContainers.waitForRedis.kubectlVersion` | kubectl version to use for the init container | `printf "%s.%s" .Capabilities.KubeVersion.Major (.Capabilities.KubeVersion.Minor | replace "+" "")`
150
150
`initContainers.waitForRedis.securityContext.enabled` | enable Kubernetes security context on container | `true`
151
151
`initContainers.waitForRedis.timeout` | number of seconds | 180
152
+
`initContainers.waitForRedis.resources` | pod resource requests & limits | `{}`
152
153
`livenessProbe.enabled` | enable Kubernetes livenessProbe. Disable to use oauth2-proxy with Istio mTLS. See [Istio FAQ](https://istio.io/help/faq/security/#k8s-health-checks) | `true`
153
154
`livenessProbe.initialDelaySeconds` | number of seconds | 0
154
155
`livenessProbe.timeoutSeconds` | number of seconds | 1
0 commit comments