From c2f6cefb81c3a4d9e882dfb993961237051bb0d2 Mon Sep 17 00:00:00 2001 From: Tim Campbell Date: Thu, 6 Feb 2025 16:07:12 +0100 Subject: [PATCH] Minor bug fix --- templates/deployment-sidekiq.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/deployment-sidekiq.yaml b/templates/deployment-sidekiq.yaml index f1af6cb..0edf272 100644 --- a/templates/deployment-sidekiq.yaml +++ b/templates/deployment-sidekiq.yaml @@ -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"