proxy-pool/deploy/kubernetes/base/availability.yaml
youfak 155411ef23
Some checks are pending
ci / proto (push) Waiting to run
ci / test (ubuntu-latest) (push) Waiting to run
ci / test (windows-latest) (push) Waiting to run
ci / race (push) Waiting to run
ci / integration (push) Waiting to run
fix: align deployment manifests with available commands
2026-07-31 16:56:38 +08:00

14 lines
400 B
YAML

apiVersion: policy/v1
kind: PodDisruptionBudget
metadata: {name: proxy-gateway, namespace: proxy-pool}
spec:
maxUnavailable: 1
selector: {matchLabels: {app.kubernetes.io/name: proxy-gateway}}
---
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata: {name: proxy-controller, namespace: proxy-pool}
spec:
minAvailable: 2
selector: {matchLabels: {app.kubernetes.io/name: proxy-controller}}