Skip to content

Commit 05a03ed

Browse files
authored
Merge pull request #135 from BitProcessor/master
prometheus.io/scrape etc are podAnnotations, not labels.
2 parents 3e70557 + 8ff3a2d commit 05a03ed

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

charts/kminion/values.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ serviceAccount:
2424
name: ""
2525

2626
podAnnotations: {}
27-
27+
# prometheus.io/scrape: "true"
28+
# prometheus.io/port: "8080"
29+
# prometheus.io/path: "/metrics"
2830
podSecurityContext:
2931
runAsUser: 99
3032
fsGroup: 99
@@ -87,9 +89,6 @@ tolerations: []
8789
affinity: {}
8890

8991
customLabels: {}
90-
# prometheus.io/scrape: "true"
91-
# prometheus.io/port: "8080"
92-
# prometheus.io/path: "/metrics"
9392

9493
serviceMonitor:
9594
create: false

0 commit comments

Comments
 (0)