Skip to content

Commit

Permalink
Added pod disruption budget yaml for the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
justmeandopensource committed Mar 18, 2019
1 parent b0d6c82 commit a49583b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions yamls/11-pdb.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: pdbdemo
spec:
minAvailable: 3
selector:
matchLabels:
run: nginx

0 comments on commit a49583b

Please sign in to comment.