Skip to content

Commit

Permalink
Add pod disruption budgets that got missed in a rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
krmichel committed May 26, 2021
1 parent 3225a58 commit f66655f
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deploy/kubernetes/base/poddisruptionbudget-controller.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Source: aws-ebs-csi-driver/templates/poddisruptionbudget-controller.yaml
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: ebs-csi-controller
labels:
app.kubernetes.io/name: aws-ebs-csi-driver
spec:
selector:
matchLabels:
app: ebs-csi-controller
app.kubernetes.io/name: aws-ebs-csi-driver
maxUnavailable: 1
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
# Source: aws-ebs-csi-driver/templates/poddisruptionbudget-snapshot-controller.yaml
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: ebs-snapshot-controller
labels:
app.kubernetes.io/name: aws-ebs-csi-driver
spec:
selector:
matchLabels:
app: ebs-snapshot-controller
app.kubernetes.io/name: aws-ebs-csi-driver
maxUnavailable: 1

0 comments on commit f66655f

Please sign in to comment.