feat(multiplayer): harden control-plane availability

This commit is contained in:
Josh Creek
2026-09-01 19:20:53 +01:00
parent e1abac1271
commit 81346ac149
5 changed files with 62 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: control-plane
namespace: cosmic-clash
spec:
minAvailable: 1
selector:
matchLabels:
app.kubernetes.io/name: control-plane