12 lines
355 B
YAML
12 lines
355 B
YAML
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
|
kind: Kustomization
|
||
|
|
|
||
|
|
resources:
|
||
|
|
- dashboards-cnpg.yaml
|
||
|
|
- dashboards-cilium.yaml
|
||
|
|
- dashboards-vllm.yaml
|
||
|
|
|
||
|
|
# NOTE: No Kubernetes dashboard ConfigMap is included here.
|
||
|
|
# kube-prometheus-stack (63.x) ships with built-in K8s cluster/node
|
||
|
|
# dashboards that are auto-imported. There is no need to duplicate them.
|