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
  • Loading branch information
or-shachar authored and wozniakjan committed Nov 28, 2024
1 parent 51b2246 commit a836653
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 a836653

Please sign in to comment.