Files
homelab/k8s/apps/llamacpp/kustomization.yaml
T

12 lines
216 B
YAML
Raw Normal View History

2026-06-04 16:59:58 +03:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
2026-06-17 12:53:43 +01:00
- configmap-cuda.yaml
2026-06-04 16:59:58 +03:00
- configmap.yaml
2026-06-17 12:53:43 +01:00
- deployment-cuda.yaml
2026-06-04 16:59:58 +03:00
- deployment.yaml
2026-06-17 12:53:43 +01:00
- service-cuda.yaml
2026-06-04 16:59:58 +03:00
- service.yaml