katbin/deployment/pod-disruption-budget.yml

9 lines
190 B
YAML
Raw Normal View History

apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: katbin-service-podbudget
spec:
maxUnavailable: 0
selector:
matchLabels:
app.kubernetes.io/name: katbin-service