From c26b19793b64f13d18067633a6961c688a0e270e Mon Sep 17 00:00:00 2001 From: Hermes Agent service account Date: Sun, 19 Jul 2026 18:20:11 -0500 Subject: [PATCH] =?UTF-8?q?minecraft:=20bind=20prometheus=20exporter=20to?= =?UTF-8?q?=200.0.0.0=20=E2=80=94=20localhost=20blocks=20Prometheus=20scra?= =?UTF-8?q?pe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cluster/applications/minecraft/prometheus-exporter-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/applications/minecraft/prometheus-exporter-config.yaml b/cluster/applications/minecraft/prometheus-exporter-config.yaml index f249cb2..1e09922 100644 --- a/cluster/applications/minecraft/prometheus-exporter-config.yaml +++ b/cluster/applications/minecraft/prometheus-exporter-config.yaml @@ -13,7 +13,7 @@ metadata: app.kubernetes.io/component: papermc data: config.yml: | - host: localhost + host: 0.0.0.0 port: 9225 enable_metrics: entities_total: true