templates/poddisruptionbudget.yaml を追加
This commit is contained in:
13
templates/poddisruptionbudget.yaml
Normal file
13
templates/poddisruptionbudget.yaml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{{- if .Values.podDisruptionBudget.enabled }}
|
||||||
|
apiVersion: policy/v1
|
||||||
|
kind: PodDisruptionBudget
|
||||||
|
metadata:
|
||||||
|
name: {{ include "nginx-redirect.fullname" . }}
|
||||||
|
labels:
|
||||||
|
{{- include "nginx-redirect.labels" . | nindent 4 }}
|
||||||
|
spec:
|
||||||
|
minAvailable: {{ .Values.podDisruptionBudget.minAvailable }}
|
||||||
|
selector:
|
||||||
|
matchLabels:
|
||||||
|
{{- include "nginx-redirect.selectorLabels" . | nindent 6 }}
|
||||||
|
{{- end }}
|
||||||
Reference in New Issue
Block a user