From 9616c11eeade6d6f5d3a5b6ff21a87d77ddcecd5 Mon Sep 17 00:00:00 2001 From: robertdavidsmith <34475852+robertdavidsmith@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:58:50 +0100 Subject: [PATCH] Scheduler helm chart: consistent profiling port name (#3800) Signed-off-by: Robert Smith --- deployment/scheduler/templates/scheduler-statefulset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/scheduler/templates/scheduler-statefulset.yaml b/deployment/scheduler/templates/scheduler-statefulset.yaml index 6b1c4e8ade2..3dbc146eaf1 100644 --- a/deployment/scheduler/templates/scheduler-statefulset.yaml +++ b/deployment/scheduler/templates/scheduler-statefulset.yaml @@ -79,7 +79,7 @@ spec: {{- if and .Values.scheduler.applicationConfig.profiling .Values.scheduler.applicationConfig.profiling.port }} - containerPort: {{ .Values.scheduler.applicationConfig.profiling.port }} protocol: TCP - name: pprof + name: profiling {{- end }} volumeMounts: - name: user-config