mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 10:33:11 -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 }}
|
||||
env:
|
||||
- name: PPROFLISTEN
|
||||
value: "localhost:{{- $.Values.global.profiling.port -}}"
|
||||
value: "localhost:{{- $.Values.dendrite_config.global.profiling.port -}}"
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml $.Values.resources | nindent 10 }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue