Skip to content

Commit

Permalink
remove honor label from manager service monitor (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganievs authored May 31, 2023
1 parent 1828e0c commit 9eca8ff
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion keda/templates/manager/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ spec:
podMetricsEndpoints:
- port: http
path: /metrics
honorLabels: true
{{- with .Values.prometheus.operator.podMonitor.interval }}
interval: {{ . }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion keda/templates/manager/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ spec:
{{- with .Values.prometheus.operator.serviceMonitor.targetPort }}
targetPort: {{ . }}
{{- end }}
honorLabels: true
path: /metrics
{{- with .Values.prometheus.operator.serviceMonitor.interval }}
interval: {{ . }}
Expand Down
1 change: 0 additions & 1 deletion keda/templates/metrics-server/podmonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ spec:
podMetricsEndpoints:
- port: metrics
path: {{ .Values.prometheus.metricServer.path }}
honorLabels: true
{{- with .Values.prometheus.metricServer.podMonitor.interval }}
interval: {{ . }}
{{- end }}
Expand Down
1 change: 0 additions & 1 deletion keda/templates/metrics-server/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
targetPort: {{ . }}
{{- end }}
path: {{ .Values.prometheus.metricServer.path }}
honorLabels: true
{{- with .Values.prometheus.metricServer.serviceMonitor.interval }}
interval: {{ . }}
{{- end }}
Expand Down

0 comments on commit 9eca8ff

Please sign in to comment.