Skip to content

Commit

Permalink
Removing default prometheus service annotations in Helm (#547)
Browse files Browse the repository at this point in the history
* Removing prometheus annotations

* Updating service manifest

* removed duplicate type attribute

* removed extra linebreak

---------

Co-authored-by: loujar <[email protected]>
Co-authored-by: Louis Jarvis <[email protected]>
  • Loading branch information
3 people authored Sep 20, 2024
1 parent 168c5cf commit ac68bf6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: v1
kind: Service
metadata:
annotations:
prometheus.io/port: "6060"
sourcegraph.prometheus/scrape: "true"
{{- if .Values.executor.serviceAnnotations }}
{{- toYaml .Values.executor.serviceAnnotations | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit ac68bf6

Please sign in to comment.