Fix arrays
This commit is contained in:
parent
ec66125cde
commit
3f1c3634b2
@ -60,3 +60,40 @@ 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
|
||||||
|
|
||||||
|
# === פאטצ' כדי למנוע null ב-ServiceMonitor ===
|
||||||
|
# אם ה-templates שלך בונים endpoints מה-values, זה יבטיח שתמיד יהיה מערך ריק.
|
||||||
|
serviceMonitors:
|
||||||
|
operator:
|
||||||
|
endpoints:
|
||||||
|
- port: metrics
|
||||||
|
metricRelabelings: []
|
||||||
|
prometheus:
|
||||||
|
endpoints:
|
||||||
|
- port: web
|
||||||
|
metricRelabelings: []
|
||||||
|
prometheusNodeExporter:
|
||||||
|
endpoints:
|
||||||
|
- port: metrics
|
||||||
|
metricRelabelings: []
|
||||||
|
alertmanager:
|
||||||
|
endpoints:
|
||||||
|
- port: web
|
||||||
|
metricRelabelings: []
|
||||||
|
grafana:
|
||||||
|
endpoints:
|
||||||
|
- port: service
|
||||||
|
path: /metrics
|
||||||
|
metricRelabelings: []
|
||||||
|
coredns:
|
||||||
|
endpoints:
|
||||||
|
- port: metrics
|
||||||
|
metricRelabelings: []
|
||||||
|
fleetController:
|
||||||
|
endpoints:
|
||||||
|
- port: metrics
|
||||||
|
metricRelabelings: []
|
||||||
|
gitopsController:
|
||||||
|
endpoints:
|
||||||
|
- port: metrics
|
||||||
|
metricRelabelings: []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user