From 42853d76cea63da7b9eed58f34f7d0687ef903ab Mon Sep 17 00:00:00 2001 From: drfaust92 Date: Sat, 17 Feb 2024 20:51:41 +0200 Subject: [PATCH] add support for podmomitor Signed-off-by: drfaust92 --- .../prometheus-elasticsearch-exporter/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus-elasticsearch-exporter/templates/deployment.yaml b/charts/prometheus-elasticsearch-exporter/templates/deployment.yaml index fd2a9095736b..589176ef624e 100644 --- a/charts/prometheus-elasticsearch-exporter/templates/deployment.yaml +++ b/charts/prometheus-elasticsearch-exporter/templates/deployment.yaml @@ -134,7 +134,7 @@ spec: {{- range .Values.extraArgs }} {{ . | quote }}, {{- end }} - "--web.listen-address=:{{ .Values.servicehttpPort }}", + "--web.listen-address=:{{ .Values.service.httpPort }}", "--web.telemetry-path={{ .Values.web.path }}"] {{- with .Values.securityContext }} securityContext: