Skip to content

Commit

Permalink
fix: metrics-server pod should define a command like other components
Browse files Browse the repository at this point in the history
Fixes kedacore#693 

Signed-off-by: Or Shachar <[email protected]>
  • Loading branch information
or-shachar authored Oct 21, 2024
1 parent 86b12cb commit 91fb865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion keda/templates/metrics-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,9 @@ spec:
{{- if .Values.env }}
{{- toYaml .Values.env | nindent 12 -}}
{{- end }}
command:
- /keda-adapter
args:
- /usr/local/bin/keda-adapter
- --port={{ .Values.prometheus.metricServer.port }}
- --secure-port={{ .Values.service.portHttpsTarget }}
- --logtostderr=true
Expand Down

0 comments on commit 91fb865

Please sign in to comment.