Skip to content

Commit

Permalink
Update service monitors resource
Browse files Browse the repository at this point in the history
  • Loading branch information
engedaam committed Feb 7, 2024
1 parent 12f1b94 commit 96c417c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/karpenter/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ spec:
matchLabels:
{{- include "karpenter.selectorLabels" . | nindent 6 }}
endpoints:
- port: http-metrics
path: /metrics
- port: http-metrics
path: /metrics
{{- with .Values.serviceMonitor.endpointConfig }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 96c417c

Please sign in to comment.