3
0
mirror of https://github.com/mastodon/chart synced 2025-05-17 20:43:21 +00:00

Minor bugfix

This commit is contained in:
Tim Campbell 2025-03-05 16:46:09 +01:00
parent 3b19a5435c
commit 3f6396d84d

View File

@ -223,7 +223,7 @@ spec:
{{- if $context.Values.mastodon.metrics.prometheus.enabled }}
ports:
- name: prometheus
containerPort: {{ .Values.mastodon.metrics.prometheus.port }}
containerPort: {{ $context.Values.mastodon.metrics.prometheus.port }}
{{- end }}
volumeMounts:
{{- if (not $context.Values.mastodon.s3.enabled) }}