Skip to content

Commit

Permalink
add injector PodDisruptionBudget
Browse files Browse the repository at this point in the history
  • Loading branch information
lghinet committed Sep 14, 2022
1 parent e0f9bf3 commit 9b9c484
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm/charts/rusi_sidecar_injector/templates/pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: rusi-sidecar-injector
spec:
minAvailable: 1
selector:
matchLabels:
app: rusi-sidecar-injector
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
labels:
app: rusi-sidecar-injector
spec:
replicas: 2
selector:
matchLabels:
app: rusi-sidecar-injector
Expand Down

0 comments on commit 9b9c484

Please sign in to comment.