Skip to content

Commit d4a2651

Browse files
feat(chart): update default pdb
1 parent 35cc5ce commit d4a2651

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The Vertical Pod Autoscaler (VPA) automatically adjusts the CPU and memory resou
3232
| admissionController.podAnnotations | object | `{}` | |
3333
| admissionController.podDisruptionBudget.enabled | bool | `true` | |
3434
| admissionController.podDisruptionBudget.maxUnavailable | int or string | `nil` | Maximum number/percentage of pods that can be unavailable after the eviction. IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both. |
35-
| admissionController.podDisruptionBudget.minAvailable | int or string | `1` | Minimum number/percentage of pods that must be available after the eviction. IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both. |
35+
| admissionController.podDisruptionBudget.minAvailable | int or string | `2` | Minimum number/percentage of pods that must be available after the eviction. IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both. |
3636
| admissionController.podLabels | object | `{}` | |
3737
| admissionController.replicas | int | `1` | |
3838
| admissionController.resources.limits.cpu | string | `"200m"` | |

vertical-pod-autoscaler/charts/vertical-pod-autoscaler/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ admissionController:
9090
enabled: true
9191
# -- (int or string) Minimum number/percentage of pods that must be available after the eviction.
9292
# IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both.
93-
minAvailable: 1
93+
minAvailable: 2
9494
# -- (int or string) Maximum number/percentage of pods that can be unavailable after the eviction.
9595
# IMPORTANT: You can specify either 'minAvailable' or 'maxUnavailable', but not both.
9696
maxUnavailable:
97-
# maxUnavailable: 1
97+
# maxUnavailable: 2

0 commit comments

Comments
 (0)