Skip to content

Commit 24d9201

Browse files
committed
feat: added prometheus scrap annotations to service
1 parent a8f4046 commit 24d9201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/jaeger-postgresql/templates/service.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ metadata:
44
name: {{ include "jaeger-postgresql.fullname" . }}
55
labels:
66
{{- include "jaeger-postgresql.labels" . | nindent 4 }}
7+
annotations:
8+
prometheus.io/scrape: "true"
9+
prometheus.io/scheme: "http"
10+
prometheus.io/path: "/metrics"
11+
prometheus.io/port: "12346"
712
spec:
813
type: ClusterIP
914
ports:

0 commit comments

Comments
 (0)