1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-07 00:17:13 +00:00
kyverno/test/PodDisruptionBudget/pdb.yaml

12 lines
187 B
YAML
Raw Normal View History

apiVersion: policy/v1beta1
kind: PodDisruptionBudget
metadata:
name: game-pdb
2019-03-25 18:04:11 +02:00
labels:
isMutated: "false"
spec:
minAvailable: 2
selector:
matchLabels:
app: zookeeper