Skip to content

Commit

Permalink
chore: add pdbs for backend services
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jun 30, 2024
1 parent 2c6ca8a commit 2a83071
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kube/configs/api-beta.pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: rs-api-beta
spec:
maxUnavailable: 1
selector:
matchLabels:
app: rs-api-beta

10 changes: 10 additions & 0 deletions kube/configs/api.pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: rs-api
spec:
maxUnavailable: 1
selector:
matchLabels:
app: rs-api

10 changes: 10 additions & 0 deletions kube/configs/browserless.pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: rs-browserless
spec:
maxUnavailable: 1
selector:
matchLabels:
app: rs-browserless

0 comments on commit 2a83071

Please sign in to comment.