Skip to content

Commit

Permalink
Merge pull request #15 from Kristian-ZH/add-pdb
Browse files Browse the repository at this point in the history
Add PDB resource
  • Loading branch information
e-minguez authored Dec 1, 2023
2 parents f4375c4 + 2f39864 commit 19671b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file modified assets/endpoint-copier-operator-0.2.0.tgz
Binary file not shown.
9 changes: 9 additions & 0 deletions helm/endpoint-copier-operator/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ include "endpoint-copier-operator.fullname" . }}
spec:
maxUnavailable: 1
selector:
matchLabels:
{{- include "endpoint-copier-operator.selectorLabels" . | nindent 6 }}

0 comments on commit 19671b1

Please sign in to comment.