add dashboards to namespace

This commit is contained in:
sirius0xdev 2026-05-04 20:38:22 +00:00
parent e6eb28587a
commit 4aea901a09
3 changed files with 6 additions and 2 deletions

View file

@ -3,6 +3,8 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: dashboard-cilium
namespace: monitoring
labels:
grafana_dashboard: "1"
annotations:

View file

@ -2,6 +2,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: cnpg-postgres-dashboard
namespace: monitoring
labels:
grafana_dashboard: "1"
annotations:
@ -1097,4 +1098,4 @@ data:
"title": "CNPG / PostgreSQL — Cluster Monitoring",
"uid": "cnpg-postgres-cluster",
"version": 1
}
}

View file

@ -3,6 +3,7 @@ apiVersion: v1
kind: ConfigMap
metadata:
name: dashboard-vllm
namespace: monitoring
labels:
grafana_dashboard: "1"
annotations:
@ -1373,4 +1374,4 @@ data:
"uid": "vllm-inference-server",
"version": 1,
"weekStart": ""
}
}