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

Fix port check

This commit is contained in:
Tim Campbell 2025-03-05 11:59:11 +01:00
parent 487c77958c
commit 3b19a5435c

View File

@ -220,7 +220,7 @@ spec:
value: "true"
{{- end }}
{{- end }}
{{- if or $context.Values.mastodon.sidekiq.otel.enabled (and $context.Values.mastodon.otel.enabled (ne $context.Values.mastodon.sidekiq.otel.enabled false)) }}
{{- if $context.Values.mastodon.metrics.prometheus.enabled }}
ports:
- name: prometheus
containerPort: {{ .Values.mastodon.metrics.prometheus.port }}