mirror of
https://github.com/mastodon/chart
synced 2025-05-18 13:03:21 +00:00
Minor bug fix
This commit is contained in:
parent
97b61a4bd2
commit
c2f6cefb81
|
@ -216,9 +216,9 @@ spec:
|
||||||
- name: MASTODON_PROMETHEUS_EXPORTER_LOCAL
|
- name: MASTODON_PROMETHEUS_EXPORTER_LOCAL
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: MASTODON_PROMETHEUS_EXPORTER_HOST
|
- 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
|
- 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 }}
|
{{- if $context.Values.mastodon.metrics.prometheus.sidekiq.detailed }}
|
||||||
- name: MASTODON_PROMETHEUS_EXPORTER_SIDEKIQ_DETAILED_METRICS
|
- name: MASTODON_PROMETHEUS_EXPORTER_SIDEKIQ_DETAILED_METRICS
|
||||||
value: "true"
|
value: "true"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user