mirror of
https://github.com/mastodon/chart
synced 2025-05-17 20:43:21 +00:00
Fix port check
This commit is contained in:
parent
487c77958c
commit
3b19a5435c
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user