Files
homelab/k8s/apps/llamacpp/kustomization.yaml
T
Ultradesu 6b5a0fc31f
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 2m44s
Check with kubeconform / lint (push) Successful in 9s
Auto-update README / Generate README and Create MR (push) Failing after 2m19s
Added llamacpp for CUDA
2026-06-17 12:53:43 +01:00

12 lines
216 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app.yaml
- configmap-cuda.yaml
- configmap.yaml
- deployment-cuda.yaml
- deployment.yaml
- service-cuda.yaml
- service.yaml