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
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,6 +181,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
181
181
|`podDisruptionBudget.enabled`| Enabled creation of PodDisruptionBudget (only if replicaCount > 1) | true |
182
182
|`podDisruptionBudget.maxUnavailable`| maxUnavailable parameter for PodDisruptionBudget, one of maxUnavailable and minAvailable must be null | null |
183
183
|`podDisruptionBudget.minAvailable`| minAvailable parameter for PodDisruptionBudget, one of maxUnavailable and minAvailable must be null | 1 |
184
+
|`podDisruptionBudget.unhealthyPodEvictionPolicy`| Policy for when unhealthy pods should be considered for eviction. Valid values are "IfHealthyBudget" and "AlwaysAllow". See [Kubernetes docs](https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy)|`""`|
184
185
|`podSecurityContext`| Kubernetes security context to apply to pod |`{}`|
185
186
|`priorityClassName`| priorityClassName |`nil`|
186
187
|`readinessProbe.enabled`| enable Kubernetes readinessProbe. Disable to use oauth2-proxy with Istio mTLS. See [Istio FAQ](https://istio.io/help/faq/security/#k8s-health-checks)|`true`|
0 commit comments