Add pod disruption budget to metrics-server (#253)
This commit is contained in:
parent
b676959c7c
commit
e90f7b8670
@ -11,6 +11,10 @@ stringData:
|
||||
defaults: |
|
||||
args:
|
||||
- --kubelet-insecure-tls
|
||||
# Since we deploy in kube-system, we need a PDB to allow eviction to happen
|
||||
podDisruptionBudget:
|
||||
enabled: true
|
||||
minAvailable: 0
|
||||
overrides: |
|
||||
{{- toYaml .Values.metricsServer.release.values | nindent 4 }}
|
||||
---
|
||||
|
Loading…
x
Reference in New Issue
Block a user