Skip to content

Commit ac68bf6

Browse files
airamare01loujar
andauthored
Removing default prometheus service annotations in Helm (#547)
* Removing prometheus annotations * Updating service manifest * removed duplicate type attribute * removed extra linebreak --------- Co-authored-by: loujar <louis.jarvis@sourcegraph.com> Co-authored-by: Louis Jarvis <31862633+loujar@users.noreply.github.com>
1 parent 168c5cf commit ac68bf6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

charts/sourcegraph-executor/k8s/templates/executor.Service.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ apiVersion: v1
22
kind: Service
33
metadata:
44
annotations:
5-
prometheus.io/port: "6060"
6-
sourcegraph.prometheus/scrape: "true"
75
{{- if .Values.executor.serviceAnnotations }}
86
{{- toYaml .Values.executor.serviceAnnotations | nindent 4 }}
97
{{- end }}

0 commit comments

Comments
 (0)