Skip to content

Commit

Permalink
feat(grafana): adjust dashboard config
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 26, 2025
1 parent ce9817a commit e8658d2
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 6,636 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ spec:
grafana:
enabled: true
annotations:
grafana_folder: System
grafana_dashboard: "true"
grafana_folder: Kyverno
backgroundController:
serviceMonitor:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,22 @@ spec:
editable: true
options:
path: /var/lib/grafana/dashboards/kubernetes
- name: kyverno
orgId: 1
folder: Kyverno
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/kyverno
- name: loki
orgId: 1
folder: Loki
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/loki

dashboards:
default:
Expand Down
Loading

0 comments on commit e8658d2

Please sign in to comment.