mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
feat(multiplayer): protect control-plane rollouts
This commit is contained in:
@@ -45,6 +45,8 @@ class KubernetesPolicyTest(unittest.TestCase):
|
||||
deployment = self.read("control-plane-deployment.yaml")
|
||||
for required in (
|
||||
"readinessProbe:", "livenessProbe:", "path: /healthz", "port: http",
|
||||
"type: RollingUpdate", "maxUnavailable: 0", "maxSurge: 1",
|
||||
"terminationGracePeriodSeconds: 10",
|
||||
"topologySpreadConstraints:", "maxSkew: 1",
|
||||
"topologyKey: topology.kubernetes.io/zone",
|
||||
"whenUnsatisfiable: ScheduleAnyway", "podAntiAffinity:",
|
||||
|
||||
Reference in New Issue
Block a user