Skip to content

Commit

Permalink
fix: pod monitor port name does not match deployment spec
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Santos <301291+pragmaticivan@users.noreply.github.com>
  • Loading branch information
pragmaticivan committed Jan 27, 2024
1 parent 783cf36 commit 28e86af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keda/templates/manager/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
{{- end }}
spec:
podMetricsEndpoints:
- port: http
- port: metrics
path: /metrics
{{- with .Values.prometheus.operator.podMonitor.interval }}
interval: {{ . }}
Expand Down

0 comments on commit 28e86af

Please sign in to comment.