13 lines
330 B
YAML
13 lines
330 B
YAML
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 }}
|