mirror of
https://github.com/mastodon/chart
synced 2025-05-18 04:53:21 +00:00
Fix port check
This commit is contained in:
parent
487c77958c
commit
3b19a5435c
|
@ -220,7 +220,7 @@ spec:
|
||||||
value: "true"
|
value: "true"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- 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:
|
ports:
|
||||||
- name: prometheus
|
- name: prometheus
|
||||||
containerPort: {{ .Values.mastodon.metrics.prometheus.port }}
|
containerPort: {{ .Values.mastodon.metrics.prometheus.port }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user