3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00
This commit is contained in:
Tim Campbell 2025-01-31 15:58:52 +01:00
parent ddb9e13ae4
commit 42d0c93ea9
2 changed files with 3 additions and 3 deletions

View File

@ -212,7 +212,7 @@ spec:
- name: PROMETHEUS_EXPORTER_HOST - name: PROMETHEUS_EXPORTER_HOST
value: {{ $context.Values.mastodon.metrics.prometheus.host }} value: {{ $context.Values.mastodon.metrics.prometheus.host }}
- name: PROMETHEUS_EXPORTER_PORT - name: PROMETHEUS_EXPORTER_PORT
value: {{ $context.Values.mastodon.metrics.prometheus.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"
@ -223,7 +223,7 @@ spec:
- 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.sidekiq.local.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.sidekiq.local.port }}"
{{- end }} {{- end }}
{{- end }} {{- end }}
volumeMounts: volumeMounts:

View File

@ -202,7 +202,7 @@ spec:
- name: PROMETHEUS_EXPORTER_HOST - name: PROMETHEUS_EXPORTER_HOST
value: {{ $.Values.mastodon.metrics.prometheus.host }} value: {{ $.Values.mastodon.metrics.prometheus.host }}
- name: PROMETHEUS_EXPORTER_PORT - name: PROMETHEUS_EXPORTER_PORT
value: {{ .Values.mastodon.metrics.prometheus.port }} value: "{{ .Values.mastodon.metrics.prometheus.port }}"
{{- if .Values.mastodon.metrics.prometheus.web.detailed }} {{- if .Values.mastodon.metrics.prometheus.web.detailed }}
- name: MASTODON_PROMETHEUS_EXPORTER_WEB_DETAILED_METRICS - name: MASTODON_PROMETHEUS_EXPORTER_WEB_DETAILED_METRICS
value: "true" value: "true"