mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 08:23:45 +00:00
fix(multiplayer): gate API readiness on database
This commit is contained in:
@@ -47,7 +47,7 @@ class KubernetesPolicyTest(unittest.TestCase):
|
||||
def test_control_plane_has_health_rollout_and_failure_domain_guards(self):
|
||||
deployment = self.read("control-plane-deployment.yaml")
|
||||
for required in (
|
||||
"readinessProbe:", "livenessProbe:", "path: /healthz", "port: http",
|
||||
"readinessProbe:", "livenessProbe:", "path: /readyz", "path: /healthz", "port: http",
|
||||
"type: RollingUpdate", "maxUnavailable: 0", "maxSurge: 1",
|
||||
"terminationGracePeriodSeconds: 10",
|
||||
"topologySpreadConstraints:", "maxSkew: 1",
|
||||
|
||||
Reference in New Issue
Block a user