- Single-node VM deployment with 200Gi NVMe, 2y retention - Traefik IngressRoute at vm.vultrlabs.dev (TLS + basic auth) - Backfill script: pulls vLLM/DCGM metrics from Mimir, writes to VM - Retain StorageClass so historical data survives PVC deletion - README with deployment + Grafana mixed-datasource instructions
10 lines
205 B
YAML
10 lines
205 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- 00-namespace.yaml
|
|
- 01-storageclass.yaml
|
|
- 02-deployment.yaml
|
|
- 03-ingressroute.yaml
|
|
- 04-basic-auth-middleware.yaml
|