mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-11 00:14:00 +00:00
fix(multiplayer): report allocator readiness
This commit is contained in:
@@ -57,13 +57,14 @@ spec:
|
||||
- --agones-url=https://kubernetes.default.svc
|
||||
- --agones-namespace=cosmic-clash
|
||||
- --provider-timeout=10s
|
||||
- --readiness-max-stale=30s
|
||||
- --metrics-addr=:9091
|
||||
ports:
|
||||
- name: metrics
|
||||
containerPort: 9091
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
path: /readyz
|
||||
port: metrics
|
||||
initialDelaySeconds: 2
|
||||
periodSeconds: 5
|
||||
@@ -71,7 +72,7 @@ spec:
|
||||
failureThreshold: 3
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /metrics
|
||||
path: /healthz
|
||||
port: metrics
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 10
|
||||
|
||||
Reference in New Issue
Block a user