From c3862faa04f26289d64872e2532274c696bf7a51 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 6 Mar 2025 09:48:44 +0100 Subject: [PATCH] Bugfix for sidecar prometheus exporter --- templates/deployment-web.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/deployment-web.yaml b/templates/deployment-web.yaml index 024cc6c..078bb5f 100644 --- a/templates/deployment-web.yaml +++ b/templates/deployment-web.yaml @@ -253,6 +253,8 @@ spec: command: - ./bin/prometheus_exporter args: + - "--bind" + - "0.0.0.0" - "--port" - "{{ .Values.mastodon.metrics.prometheus.port }}" resources: