File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1717 {{- with .Values.podDisruptionBudget.minAvailable }}
1818 minAvailable : {{ . }}
1919 {{- end }}
20+ {{- with .Values.podDisruptionBudget.unhealthyPodEvictionPolicy }}
21+ unhealthyPodEvictionPolicy : {{ . }}
22+ {{- end }}
2023{{- end }}
Original file line number Diff line number Diff line change @@ -311,6 +311,10 @@ podDisruptionBudget:
311311 enabled : true
312312 maxUnavailable : null
313313 minAvailable : 1
314+ # Policy for when unhealthy pods should be considered for eviction.
315+ # Valid values are "IfHealthyBudget" and "AlwaysAllow".
316+ # Ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#unhealthy-pod-eviction-policy
317+ unhealthyPodEvictionPolicy : " "
314318
315319# # Horizontal Pod Autoscaling
316320# # ref: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/
You can’t perform that action at this time.
0 commit comments