3
0
mirror of https://github.com/mastodon/chart synced 2025-05-18 04:53: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 }} {{- if $context.Values.mastodon.metrics.prometheus.enabled }}
ports: ports:
- name: prometheus - name: prometheus
containerPort: {{ .Values.mastodon.metrics.prometheus.port }} containerPort: {{ $context.Values.mastodon.metrics.prometheus.port }}
{{- end }} {{- end }}
volumeMounts: volumeMounts:
{{- if (not $context.Values.mastodon.s3.enabled) }} {{- if (not $context.Values.mastodon.s3.enabled) }}