Back to prev

This commit is contained in:
dvirlabs 2025-10-10 17:20:54 +03:00
parent 0bcd4a84fd
commit 7f0fe9aa25

View File

@ -21,9 +21,6 @@ prometheus:
enabled: true enabled: true
name: prometheus-additional-scrape-configs name: prometheus-additional-scrape-configs
key: additional-scrape-configs.yaml key: additional-scrape-configs.yaml
# מבטיח שה-ServiceMonitor של פרומתאוס לא יוצר null
serviceMonitor:
metricRelabelings: []
grafana: grafana:
persistence: persistence:
@ -63,61 +60,3 @@ grafana:
api_url: https://keycloak.dvirlabs.com/realms/lab/protocol/openid-connect/userinfo api_url: https://keycloak.dvirlabs.com/realms/lab/protocol/openid-connect/userinfo
role_attribute_path: contains(groups[*], 'grafana-admins') && 'Admin' || 'Viewer' role_attribute_path: contains(groups[*], 'grafana-admins') && 'Admin' || 'Viewer'
allow_assign_grafana_admin: true allow_assign_grafana_admin: true
# מבטיח שה-ServiceMonitor של גרפנה לא ייצור null
serviceMonitor:
enabled: true
metricRelabelings: []
alertmanager:
# ServiceMonitor של אלרטמאנגר
serviceMonitor:
metricRelabelings: []
prometheusOperator:
# ServiceMonitor של האופרייטור (rancher-monitoring-*-operator)
serviceMonitor:
metricRelabelings: []
prometheus-node-exporter:
# ServiceMonitor של הנוד אקספורטר
serviceMonitor:
metricRelabelings: []
# CoreDNS עשוי להיקרא chart-wise kubeDns או coreDns—מרפדים את שניהם.
kubeDns:
serviceMonitor:
metricRelabelings: []
coreDns:
serviceMonitor:
metricRelabelings: []
# רכיבי קוברנטיס נוספים (אם פעילים אצלך—לא מזיק להגדיר [])
kubeControllerManager:
serviceMonitor:
metricRelabelings: []
kubeScheduler:
serviceMonitor:
metricRelabelings: []
kubeEtcd:
serviceMonitor:
metricRelabelings: []
kubeProxy:
serviceMonitor:
metricRelabelings: []
# בקרי Rancher אופייניים (Fleet/GitOps) — שמות עשויים להשתנות בין גרסאות;
# הערכים כאן בטוחים: אם התבניות מתייחסות אליהם, יילקחו [], ואם לא—ייבלעו.
fleetController:
serviceMonitor:
enabled: true
metricRelabelings: []
gitopsController:
serviceMonitor:
enabled: true
metricRelabelings: []
# לעיתים ה-chart מכיל ServiceMonitors נוספים; ערך גלובלי נפוץ
# שחלק מהתבניות קוראות ממנו:
serviceMonitor:
metricRelabelings: []