3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53:21 +00:00

Minor bug fix

This commit is contained in:
Tim Campbell 2025-02-06 16:07:12 +01:00
parent 97b61a4bd2
commit c2f6cefb81

View File

@ -216,9 +216,9 @@ spec:
- name: MASTODON_PROMETHEUS_EXPORTER_LOCAL
value: "true"
- name: MASTODON_PROMETHEUS_EXPORTER_HOST
value: {{ $context.Values.mastodon.metrics.prometheus.sidekiq.local.host }}
value: {{ $context.Values.mastodon.metrics.prometheus.host }}
- name: MASTODON_PROMETHEUS_EXPORTER_PORT
value: "{{ $context.Values.mastodon.metrics.prometheus.sidekiq.local.port }}"
value: "{{ $context.Values.mastodon.metrics.prometheus.port }}"
{{- if $context.Values.mastodon.metrics.prometheus.sidekiq.detailed }}
- name: MASTODON_PROMETHEUS_EXPORTER_SIDEKIQ_DETAILED_METRICS
value: "true"