mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
feat(multiplayer): protect control-plane rollouts
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user