This commit is contained in:
Waylon S. Walker 2025-02-23 09:34:01 -06:00
parent 5507c7c7dc
commit 01e146db7c
6 changed files with 129 additions and 8 deletions

View file

@ -0,0 +1,12 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ .Values.name }}
namespace: {{ .Values.namespace | default .Values.name }}
labels:
service: {{ .Values.name }}
spec:
minAvailable: 1
selector:
matchLabels:
service: {{ .Values.name }}