mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Bugfix
This commit is contained in:
parent
ddb9e13ae4
commit
42d0c93ea9
|
@ -212,7 +212,7 @@ spec:
|
|||
- name: PROMETHEUS_EXPORTER_HOST
|
||||
value: {{ $context.Values.mastodon.metrics.prometheus.host }}
|
||||
- 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 }}
|
||||
- name: MASTODON_PROMETHEUS_EXPORTER_SIDEKIQ_DETAILED_METRICS
|
||||
value: "true"
|
||||
|
@ -223,7 +223,7 @@ spec:
|
|||
- name: MASTODON_PROMETHEUS_EXPORTER_HOST
|
||||
value: {{ $context.Values.mastodon.metrics.prometheus.sidekiq.local.host }}
|
||||
- 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 }}
|
||||
volumeMounts:
|
||||
|
|
|
@ -202,7 +202,7 @@ spec:
|
|||
- name: PROMETHEUS_EXPORTER_HOST
|
||||
value: {{ $.Values.mastodon.metrics.prometheus.host }}
|
||||
- name: PROMETHEUS_EXPORTER_PORT
|
||||
value: {{ .Values.mastodon.metrics.prometheus.port }}
|
||||
value: "{{ .Values.mastodon.metrics.prometheus.port }}"
|
||||
{{- if .Values.mastodon.metrics.prometheus.web.detailed }}
|
||||
- name: MASTODON_PROMETHEUS_EXPORTER_WEB_DETAILED_METRICS
|
||||
value: "true"
|
||||
|
|
Loading…
Reference in New Issue
Block a user