oc-k8s/opencloud/charts/nats/files/pod-disruption-budget.yaml

13 lines
330 B
YAML
Raw Normal View History

2024-11-29 10:30:47 +01:00
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
{{- include "nats.metadataNamespace" $ | nindent 2 }}
name: {{ .Values.podDisruptionBudget.name }}
labels:
{{- include "nats.labels" $ | nindent 4 }}
spec:
maxUnavailable: 1
selector:
matchLabels:
{{- include "nats.selectorLabels" $ | nindent 6 }}