add dashboards to namespace
This commit is contained in:
parent
e6eb28587a
commit
4aea901a09
3 changed files with 6 additions and 2 deletions
|
|
@ -3,6 +3,8 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: dashboard-cilium
|
||||
namespace: monitoring
|
||||
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
annotations:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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": ""
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue