feat(nowchess): update health check paths for liveness and readiness probes

This commit is contained in:
2026-05-13 09:00:26 +02:00
parent 5568bd952c
commit cebaae52ad
+8 -8
View File
@@ -66,13 +66,13 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /q/health/live path: /api/account/q/health/live
port: 8083 port: 8083
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /q/health/ready path: /api/account/q/health/ready
port: 8083 port: 8083
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 5 periodSeconds: 5
@@ -297,13 +297,13 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /q/health/live path: /api/q/health/live
port: 8080 port: 8080
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /q/health/ready path: /api/q/health/ready
port: 8080 port: 8080
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 5 periodSeconds: 5
@@ -567,13 +567,13 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /q/health/live path: /api/store/q/health/live
port: 8085 port: 8085
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /q/health/ready path: /api/store/q/health/ready
port: 8085 port: 8085
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 5 periodSeconds: 5
@@ -639,13 +639,13 @@ spec:
protocol: TCP protocol: TCP
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /q/health/live path: /ws/q/health/live
port: 8084 port: 8084
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 10 periodSeconds: 10
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /q/health/ready path: /ws/q/health/ready
port: 8084 port: 8084
initialDelaySeconds: 0 initialDelaySeconds: 0
periodSeconds: 5 periodSeconds: 5