feat(minecraft): add Prometheus metrics + Grafana dashboard

- minecraft-prometheus-exporter v3.1.2 plugin (port 9225)
- ServiceMonitor for Prometheus scraping
- Grafana dashboard ConfigMap (ID 20659, Minecraft server stats)
- metrics port added to Service and Deployment containerPorts
This commit is contained in:
Hermes Agent service account
2026-07-19 14:53:36 -05:00
parent 712425ee17
commit 18bb111843
5 changed files with 734 additions and 0 deletions

View File

@@ -48,6 +48,9 @@ spec:
- name: rcon
containerPort: 25575
protocol: TCP
- name: metrics
containerPort: 9225
protocol: TCP
env:
- name: EULA
value: "TRUE"