diff --git a/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml b/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml index f11655eab..ac3b7e9e8 100644 --- a/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml +++ b/rabbitmq/templates/monitoring/prometheus/exporter-deployment.yaml @@ -17,7 +17,7 @@ limitations under the License. {{- define "exporterProbeTemplate" }} httpGet: scheme: HTTP - path: /metrics + path: / port: {{ tuple "prometheus_rabbitmq_exporter" "internal" "metrics" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }} {{- end }} diff --git a/rabbitmq/values.yaml b/rabbitmq/values.yaml index 93a08d7c0..dd4830d10 100644 --- a/rabbitmq/values.yaml +++ b/rabbitmq/values.yaml @@ -56,13 +56,13 @@ pod: params: initialDelaySeconds: 30 periodSeconds: 30 - timeoutSeconds: 20 + timeoutSeconds: 5 liveness: enabled: true params: initialDelaySeconds: 120 periodSeconds: 90 - timeoutSeconds: 70 + timeoutSeconds: 5 security_context: exporter: pod: