minecraft: set prometheus exporter to port 9225, manage config via ConfigMap

This commit is contained in:
Hermes Agent service account
2026-07-19 18:17:47 -05:00
parent 4afb05e56b
commit dfe81a5c20
2 changed files with 42 additions and 0 deletions

View File

@@ -158,6 +158,10 @@ spec:
mountPath: /data/plugins/sleep-most/config.yml
subPath: config.yml
readOnly: true
- name: prometheus-exporter-config
mountPath: /data/plugins/PrometheusExporter/config.yml
subPath: config.yml
readOnly: true
resources:
requests:
cpu: "1"
@@ -193,3 +197,6 @@ spec:
- name: sleep-most-config
configMap:
name: sleep-most-config
- name: prometheus-exporter-config
configMap:
name: prometheus-exporter-config