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:
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ apiVersion: v1
|
|||
kind: ConfigMap
|
||||
metadata:
|
||||
name: dashboard-vllm
|
||||
namespace: monitoring
|
||||
labels:
|
||||
grafana_dashboard: "1"
|
||||
annotations:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue