Skip to content

Commit

Permalink
Scheduler helm chart: consistent profiling port name (#3800)
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Smith <robertdavidsmith@yahoo.com>
  • Loading branch information
robertdavidsmith committed Jul 19, 2024
1 parent 70039be commit 9616c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/scheduler/templates/scheduler-statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9616c11

Please sign in to comment.