This commit is contained in:
2025-10-04 16:40:02 +08:00
parent 380cd157f9
commit b9e205356b
2 changed files with 2 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ spec:
readinessProbe:
httpGet:
path: /api/v1/player/stats?auth=1
path: /api/server/statistics/ping
port: http
initialDelaySeconds: 5
periodSeconds: 10
@@ -42,7 +42,7 @@ spec:
livenessProbe:
httpGet:
path: /api/v1/player/stats?auth=1
path: /api/server/statistics/ping
port: http
initialDelaySeconds: 15
periodSeconds: 20