Files
CosmicClash/deploy/k8s/base/allocator-pdb.yaml
T
2026-09-01 18:51:18 +01:00

11 lines
195 B
YAML

apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: allocator
namespace: cosmic-clash
spec:
minAvailable: 1
selector:
matchLabels:
app.kubernetes.io/name: allocator