docs(argo-cd): Dex ServiceMonitor labels, namespace and selector (#726)
* Add: serviceMonitor labels and selector Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com> * Update: bump chart version Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com> * Apply suggestions from code review 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:
parent
818cf41bc4
commit
44aa7ed710
2 changed files with 5 additions and 1 deletions
|
|
@ -214,6 +214,10 @@ dex:
|
|||
serviceMonitor:
|
||||
enabled: false
|
||||
interval: 30s
|
||||
# selector:
|
||||
# prometheus: kube-prometheus
|
||||
# namespace: monitoring
|
||||
# additionalLabels: {}
|
||||
|
||||
image:
|
||||
repository: ghcr.io/dexidp/dex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue