feat(multiplayer): protect allocator availability

This commit is contained in:
Josh Creek
2026-09-01 18:51:18 +01:00
parent 398d6ade61
commit 34cc994598
4 changed files with 21 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: allocator
namespace: cosmic-clash
spec:
minAvailable: 1
selector:
matchLabels:
app.kubernetes.io/name: allocator
+1
View File
@@ -9,6 +9,7 @@ resources:
- control-plane-service.yaml
- allocator-deployment.yaml
- allocator-service.yaml
- allocator-pdb.yaml
- fleet.yaml
- fleet-autoscaler.yaml
- game-server-pdb.yaml