minecraft: set prometheus exporter to port 9225, manage config via ConfigMap
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user