mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Bugfix for sidecar prometheus exporter
This commit is contained in:
parent
022afbabea
commit
c3862faa04
|
@ -253,6 +253,8 @@ spec:
|
||||||
command:
|
command:
|
||||||
- ./bin/prometheus_exporter
|
- ./bin/prometheus_exporter
|
||||||
args:
|
args:
|
||||||
|
- "--bind"
|
||||||
|
- "0.0.0.0"
|
||||||
- "--port"
|
- "--port"
|
||||||
- "{{ .Values.mastodon.metrics.prometheus.port }}"
|
- "{{ .Values.mastodon.metrics.prometheus.port }}"
|
||||||
resources:
|
resources:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user