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 0bcd9a9 commit a43779eCopy full SHA for a43779e
apps/monitoring/prometheus/deployment.yaml
@@ -21,6 +21,9 @@ spec:
21
app.kubernetes.io/instance: prometheus-prod
22
app.kubernetes.io/component: prometheus
23
app.kubernetes.io/part-of: monitoring
24
+ annotations:
25
+ prometheus.io/port: "9090"
26
+ prometheus.io/scrape: "true"
27
spec:
28
serviceAccountName: prometheus
29
securityContext:
0 commit comments