[hotfix] Fix namespace for kubelet monitoring (!118)
Co-authored-by: denis.patrakeev <denis.patrakeev@avroid.tech> Reviewed-on: https://git.avroid.tech/K8s/k8s-configs/pulls/118 Reviewed-by: Rustam Tagaev <rustam.tagaev@avroid.team> Co-authored-by: Denis Patrakeev <denis.patrakeev@avroid.team> Co-committed-by: Denis Patrakeev <denis.patrakeev@avroid.team>
This commit is contained in:
committed by
Rustam Tagaev
parent
2ba3cb295d
commit
e4b130ebe6
@@ -68,7 +68,3 @@ spec:
|
||||
kind: ServiceMonitor
|
||||
- group: '*'
|
||||
kind: Prometheus
|
||||
# When using Applications-in-any-namespace, this field determines which namespaces this AppProject permits
|
||||
# Applications to reside in. Details: https://argo-cd.readthedocs.io/en/stable/operator-manual/app-any-namespace/
|
||||
sourceNamespaces:
|
||||
- "kube-system"
|
||||
|
||||
@@ -25,6 +25,17 @@ alertmanager:
|
||||
grafana:
|
||||
enabled: false
|
||||
|
||||
## Component scraping the kubelet and kubelet-hosted cAdvisor
|
||||
##
|
||||
kubelet:
|
||||
namespace: kube-prometheus-stack
|
||||
|
||||
## Manages Prometheus and Alertmanager components
|
||||
##
|
||||
prometheusOperator:
|
||||
kubeletService:
|
||||
namespace: kube-prometheus-stack
|
||||
|
||||
## Deploy a Prometheus instance
|
||||
##
|
||||
prometheus:
|
||||
|
||||
Reference in New Issue
Block a user