Compare commits

...

1 Commits

Author SHA1 Message Date
d8c9f6ecea cleaner dashboard setup 2024-04-01 12:21:40 +02:00
7 changed files with 10 additions and 25 deletions

1
dashboards/gitea.json Normal file
View File

@@ -0,0 +1 @@
{}

View File

@@ -0,0 +1 @@
{}

1
dashboards/proxmox.json Normal file
View File

@@ -0,0 +1 @@
{}

View File

@@ -1,7 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dashboard-gitea
data:
gitea.json: |
{}

View File

@@ -1,7 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dashboard-home-metrics
data:
home-metrics.json: |
{}

View File

@@ -1,7 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- home-metrics.yaml
- proxmox.yaml
- gitea.yaml
configMapGenerator:
- name: grafana-dashboards
files:
- dashboards/gitea.json
- dashboards/home-metrics.json
- dashboards/proxmox.json

View File

@@ -1,7 +0,0 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: dashboard-proxmox
data:
proxmox.json: |
{}