feat(nowchess): update metrics and health check paths for Grafana scraping

This commit is contained in:
2026-05-13 17:02:14 +02:00
parent 2eab09dc73
commit 02142904e5
+3 -3
View File
@@ -525,7 +525,7 @@ spec:
app: nowchess-store
annotations:
k8s.grafana.com/scrape: "true"
k8s.grafana.com/metrics_path: "store/q/metrics"
k8s.grafana.com/metrics_path: "/q/metrics"
k8s.grafana.com/metrics_portNumber: "8085"
spec:
imagePullSecrets:
@@ -567,13 +567,13 @@ spec:
protocol: TCP
livenessProbe:
httpGet:
path: store/q/health/live
path: /q/health/live
port: 8085
initialDelaySeconds: 0
periodSeconds: 10
readinessProbe:
httpGet:
path: store/q/health/ready
path: /q/health/ready
port: 8085
initialDelaySeconds: 0
periodSeconds: 5