minecraft: bind prometheus exporter to 0.0.0.0 — localhost blocks Prometheus scrape
This commit is contained in:
@@ -13,7 +13,7 @@ metadata:
|
|||||||
app.kubernetes.io/component: papermc
|
app.kubernetes.io/component: papermc
|
||||||
data:
|
data:
|
||||||
config.yml: |
|
config.yml: |
|
||||||
host: localhost
|
host: 0.0.0.0
|
||||||
port: 9225
|
port: 9225
|
||||||
enable_metrics:
|
enable_metrics:
|
||||||
entities_total: true
|
entities_total: true
|
||||||
|
|||||||
Reference in New Issue
Block a user