mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-05-06 00:26:35 +00:00
Fix readiness and health check path
This commit is contained in:
@@ -139,11 +139,11 @@ resources: {}
|
||||
# This is to setup the liveness and readiness probes more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /metrics
|
||||
port: http
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
path: /metrics
|
||||
port: http
|
||||
|
||||
# This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
|
||||
|
||||
Reference in New Issue
Block a user