From 5bd8fcc807abf343964df78165b495e770d8df56 Mon Sep 17 00:00:00 2001 From: Stefan Bueringer Date: Fri, 21 Nov 2025 05:55:13 +0100 Subject: [PATCH] Fix kube-state-metrics deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Büringer buringerst@vmware.com --- hack/observability/kube-state-metrics/crd-sidecar-patch.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hack/observability/kube-state-metrics/crd-sidecar-patch.yaml b/hack/observability/kube-state-metrics/crd-sidecar-patch.yaml index 3690e92f42a3..07e371714eac 100644 --- a/hack/observability/kube-state-metrics/crd-sidecar-patch.yaml +++ b/hack/observability/kube-state-metrics/crd-sidecar-patch.yaml @@ -17,6 +17,8 @@ spec: value: observability - name: SCRIPT value: /script/compile.sh + - name: HEALTH_PORT + value: "18080" # Should not conflict with kube-state-metrics port # This image continuously collects config maps with the specified label and # updates the configuration for kube-state-metrics using a script. image: kiwigrid/k8s-sidecar:latest @@ -47,4 +49,4 @@ spec: - configMap: defaultMode: 511 name: kube-state-metrics-crd-sidecar-script - name: compile-script \ No newline at end of file + name: compile-script