Skip to content

Commit

Permalink
Default value for serviceMonitor.relabelings
Browse files Browse the repository at this point in the history
  • Loading branch information
stoader committed Oct 19, 2021
1 parent 0223754 commit a09adb0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions charts/kminion/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ serviceMonitor:
honorLabels: false
scrapeTimeout: 10s
interval: 15s
relabelings: []
# - sourceLabels: [__meta_kubernetes_pod_label_my_label]
# separator: ;
# regex: (.*)
# targetLabel: my_label
# replacement: $1
# action: replace

# For DaemonSet mode you may set daemonset to "true" and replicaCount to 0.
daemonset:
Expand Down

0 comments on commit a09adb0

Please sign in to comment.