feat(multiplayer): protect control-plane rollouts

This commit is contained in:
Josh Creek
2026-09-01 19:23:22 +01:00
parent bb9f25ee8d
commit b4d2dd8a9f
3 changed files with 9 additions and 1 deletions
@@ -7,6 +7,11 @@ metadata:
app.kubernetes.io/name: control-plane
spec:
replicas: 2
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 0
maxSurge: 1
selector:
matchLabels:
app.kubernetes.io/name: control-plane
@@ -15,6 +20,7 @@ spec:
labels:
app.kubernetes.io/name: control-plane
spec:
terminationGracePeriodSeconds: 10
serviceAccountName: control-plane
automountServiceAccountToken: false
securityContext: