Skip to content

Instantly share code, notes, and snippets.

@blogumi
Created June 3, 2020 16:54
Show Gist options
  • Save blogumi/f665994c869a96edecb878b6decae18c to your computer and use it in GitHub Desktop.
Save blogumi/f665994c869a96edecb878b6decae18c to your computer and use it in GitHub Desktop.
apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: zk-pdb
spec:
minAvailable: 2
selector:
matchLabels:
app: zookeeper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment