fix(monitoring): serviceMonitorNamespaceSelector format
REMINDER TO SELF: when copy pasting, always check what you pasted after you are finished, just to be sure.
This commit is contained in:
parent
e183678bf0
commit
e857f4827b
1 changed files with 2 additions and 3 deletions
|
|
@ -23,9 +23,8 @@ kube-prometheus-stack:
|
||||||
|
|
||||||
serviceMonitorNamespaceSelector:
|
serviceMonitorNamespaceSelector:
|
||||||
# Example which selects ServiceMonitors in namespaces with label "prometheus" set to "somelabel"
|
# Example which selects ServiceMonitors in namespaces with label "prometheus" set to "somelabel"
|
||||||
serviceMonitorNamespaceSelector:
|
matchLabels:
|
||||||
matchLabels:
|
prometheus: kissj
|
||||||
prometheus: kissj
|
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Reference in a new issue