mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Fix templating for profiling listen port
Signed-off-by: Rhea Danzey <rdanzey@element.io>
This commit is contained in:
parent
9f30968383
commit
cc0e508d5f
|
|
@ -57,7 +57,7 @@ spec:
|
||||||
{{- if $.Values.dendrite_config.global.profiling.enabled }}
|
{{- if $.Values.dendrite_config.global.profiling.enabled }}
|
||||||
env:
|
env:
|
||||||
- name: PPROFLISTEN
|
- name: PPROFLISTEN
|
||||||
value: "localhost:{{- $.Values.global.profiling.port -}}"
|
value: "localhost:{{- $.Values.dendrite_config.global.profiling.port -}}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
resources:
|
resources:
|
||||||
{{- toYaml $.Values.resources | nindent 10 }}
|
{{- toYaml $.Values.resources | nindent 10 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue