feat(argo-cd): Allow service monitor relabeling configs (#897)

* Allow service monitor relabeling configs

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Revert scrape interval to optional field

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Revert path to original place

Signed-off-by: Petr Drastil <petr.drastil@gmail.com>

* Fix trailing character on README

Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>

Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
Petr Drastil 2021-08-25 17:04:29 +02:00 committed by GitHub
parent 91e6e0749a
commit 8e11387e7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 76 additions and 30 deletions

View file

@ -169,6 +169,8 @@ controller:
serviceMonitor:
enabled: false
interval: 30s
relabelings: []
metricRelabelings: []
# selector:
# prometheus: kube-prometheus
# namespace: monitoring
@ -230,6 +232,8 @@ dex:
serviceMonitor:
enabled: false
interval: 30s
relabelings: []
metricRelabelings: []
# selector:
# prometheus: kube-prometheus
# namespace: monitoring
@ -576,6 +580,8 @@ server:
serviceMonitor:
enabled: false
interval: 30s
relabelings: []
metricRelabelings: []
# selector:
# prometheus: kube-prometheus
# namespace: monitoring
@ -961,6 +967,8 @@ repoServer:
serviceMonitor:
enabled: false
interval: 30s
relabelings: []
metricRelabelings: []
# selector:
# prometheus: kube-prometheus
# namespace: monitoring