Skip to content

Commit

Permalink
fix(k8s): Added pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Nov 9, 2023
1 parent 8ff2b60 commit 0571a0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kubernetes/pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: one-hundred-days-of-homelab-com-pdb
spec:
selector:
matchLabels:
app: one-hundred-days-of-homelab-com
maxUnavailable: 1

0 comments on commit 0571a0e

Please sign in to comment.