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: