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

Remove unnecessary vars from sidekiq

This commit is contained in:
Tim Campbell 2025-03-04 17:49:36 +01:00
parent ac7c20f7d4
commit f0dba547ac

View File

@ -209,10 +209,6 @@ spec:
{{- if $context.Values.mastodon.metrics.prometheus.enabled }} {{- if $context.Values.mastodon.metrics.prometheus.enabled }}
- name: MASTODON_PROMETHEUS_EXPORTER_ENABLED - name: MASTODON_PROMETHEUS_EXPORTER_ENABLED
value: "true" value: "true"
- name: PROMETHEUS_EXPORTER_HOST
value: {{ $context.Values.mastodon.metrics.prometheus.host }}
- name: PROMETHEUS_EXPORTER_PORT
value: "{{ $context.Values.mastodon.metrics.prometheus.port }}"
- name: MASTODON_PROMETHEUS_EXPORTER_LOCAL - name: MASTODON_PROMETHEUS_EXPORTER_LOCAL
value: "true" value: "true"
- name: MASTODON_PROMETHEUS_EXPORTER_HOST - name: MASTODON_PROMETHEUS_EXPORTER_HOST