3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Bugfix for sidecar prometheus exporter

This commit is contained in:
Tim Campbell 2025-03-06 09:48:44 +01:00
parent 022afbabea
commit c3862faa04

View File

@ -253,6 +253,8 @@ spec:
command:
- ./bin/prometheus_exporter
args:
- "--bind"
- "0.0.0.0"
- "--port"
- "{{ .Values.mastodon.metrics.prometheus.port }}"
resources: