mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-09 01:16:55 +00:00
10 lines
154 B
YAML
10 lines
154 B
YAML
|
apiVersion: policy/v1beta1
|
||
|
kind: PodDisruptionBudget
|
||
|
metadata:
|
||
|
name: game-pdb
|
||
|
spec:
|
||
|
minAvailable: 2
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
app: zookeeper
|