nats chart provisoning
This commit is contained in:
12
opencloud/charts/nats/files/pod-disruption-budget.yaml
Normal file
12
opencloud/charts/nats/files/pod-disruption-budget.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
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 }}
|
||||
Reference in New Issue
Block a user