From 7ce6113d061f4127575eb3445e6bc0f83859276f Mon Sep 17 00:00:00 2001 From: dvirlabs <114520947+dvirlabs@users.noreply.github.com> Date: Wed, 7 May 2025 12:54:34 +0300 Subject: [PATCH] set hostport to null --- charts/prometheus/my-values/values-int.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/prometheus/my-values/values-int.yaml b/charts/prometheus/my-values/values-int.yaml index f89eb22..83ae2c2 100644 --- a/charts/prometheus/my-values/values-int.yaml +++ b/charts/prometheus/my-values/values-int.yaml @@ -6,8 +6,8 @@ pushgateway: nodeExporter: enabled: true - hostPort: 9110 containerPort: 9110 + hostPort: null service: port: 9110 targetPort: 9110