katbin/deployment/pod-disruption-budget.yml
SphericalKat 5c9c40aada
chore(deploy): add resource limits and pod disruption budget
this is useful for HPA

Signed-off-by: SphericalKat <amolele@gmail.com>
2021-06-30 04:00:03 +05:30

9 lines
190 B
YAML

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