We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f4046 commit 24d9201Copy full SHA for 24d9201
charts/jaeger-postgresql/templates/service.yaml
@@ -4,6 +4,11 @@ metadata:
4
name: {{ include "jaeger-postgresql.fullname" . }}
5
labels:
6
{{- 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"
12
spec:
13
type: ClusterIP
14
ports:
0 commit comments