wip
This commit is contained in:
parent
5507c7c7dc
commit
01e146db7c
6 changed files with 129 additions and 8 deletions
12
helm-chart/templates/pdb.yaml
Normal file
12
helm-chart/templates/pdb.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue