diff --git a/charts/prometheus-stackdriver-exporter/templates/deployment.yaml b/charts/prometheus-stackdriver-exporter/templates/deployment.yaml index 800b745e2815..b95b94f92d4d 100644 --- a/charts/prometheus-stackdriver-exporter/templates/deployment.yaml +++ b/charts/prometheus-stackdriver-exporter/templates/deployment.yaml @@ -116,13 +116,13 @@ spec: name: http livenessProbe: httpGet: - path: /health + path: / port: http initialDelaySeconds: 30 timeoutSeconds: 10 readinessProbe: httpGet: - path: /health + path: / port: http initialDelaySeconds: 10 timeoutSeconds: 10