Skip to content

Commit

Permalink
Fix the prom annotations sample (are not labels)
Browse files Browse the repository at this point in the history
  • Loading branch information
BitProcessor authored Dec 30, 2021
1 parent 3e70557 commit ddac75e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/kminion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ serviceAccount:
name: ""

podAnnotations: {}

# prometheus.io/scrape: "true"
# prometheus.io/port: "8080"
# prometheus.io/path: "/metrics"
podSecurityContext:
runAsUser: 99
fsGroup: 99
Expand Down Expand Up @@ -87,9 +89,6 @@ tolerations: []
affinity: {}

customLabels: {}
# prometheus.io/scrape: "true"
# prometheus.io/port: "8080"
# prometheus.io/path: "/metrics"

serviceMonitor:
create: false
Expand Down

0 comments on commit ddac75e

Please sign in to comment.