feat(nowchess): update metrics and health check paths for Grafana scraping
This commit is contained in:
@@ -606,7 +606,7 @@ spec:
|
|||||||
app: nowchess-ws
|
app: nowchess-ws
|
||||||
annotations:
|
annotations:
|
||||||
k8s.grafana.com/scrape: "true"
|
k8s.grafana.com/scrape: "true"
|
||||||
k8s.grafana.com/metrics_path: "/ws/q/metrics"
|
k8s.grafana.com/metrics_path: "/q/metrics"
|
||||||
k8s.grafana.com/metrics_portNumber: "8084"
|
k8s.grafana.com/metrics_portNumber: "8084"
|
||||||
spec:
|
spec:
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
@@ -639,13 +639,13 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /ws/q/health/live
|
path: /q/health/live
|
||||||
port: 8084
|
port: 8084
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /ws/q/health/ready
|
path: /q/health/ready
|
||||||
port: 8084
|
port: 8084
|
||||||
initialDelaySeconds: 0
|
initialDelaySeconds: 0
|
||||||
periodSeconds: 5
|
periodSeconds: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user