Add pod disruption budget to metrics-server (#253)

This commit is contained in:
Matt Pryor 2024-02-13 17:44:58 +00:00 committed by GitHub
parent b676959c7c
commit e90f7b8670
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}
---