From cebaae52ad98f503f574b199b4d85a7d537de157 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 13 May 2026 09:00:26 +0200 Subject: [PATCH] feat(nowchess): update health check paths for liveness and readiness probes --- nowchess/base/nowchess-rollouts.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/nowchess/base/nowchess-rollouts.yaml b/nowchess/base/nowchess-rollouts.yaml index 0853fdb..796c0a5 100644 --- a/nowchess/base/nowchess-rollouts.yaml +++ b/nowchess/base/nowchess-rollouts.yaml @@ -66,13 +66,13 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /q/health/live + path: /api/account/q/health/live port: 8083 initialDelaySeconds: 0 periodSeconds: 10 readinessProbe: httpGet: - path: /q/health/ready + path: /api/account/q/health/ready port: 8083 initialDelaySeconds: 0 periodSeconds: 5 @@ -297,13 +297,13 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /q/health/live + path: /api/q/health/live port: 8080 initialDelaySeconds: 0 periodSeconds: 10 readinessProbe: httpGet: - path: /q/health/ready + path: /api/q/health/ready port: 8080 initialDelaySeconds: 0 periodSeconds: 5 @@ -567,13 +567,13 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /q/health/live + path: /api/store/q/health/live port: 8085 initialDelaySeconds: 0 periodSeconds: 10 readinessProbe: httpGet: - path: /q/health/ready + path: /api/store/q/health/ready port: 8085 initialDelaySeconds: 0 periodSeconds: 5 @@ -639,13 +639,13 @@ spec: protocol: TCP livenessProbe: httpGet: - path: /q/health/live + path: /ws/q/health/live port: 8084 initialDelaySeconds: 0 periodSeconds: 10 readinessProbe: httpGet: - path: /q/health/ready + path: /ws/q/health/ready port: 8084 initialDelaySeconds: 0 periodSeconds: 5