Files
homelab/k8s/apps/llamacpp/service-cuda.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

16 lines
239 B
YAML

apiVersion: v1
kind: Service
metadata:
name: llamacpp-cuda
labels:
app: llamacpp-cuda
spec:
type: ClusterIP
selector:
app: llamacpp-cuda
ports:
- name: http
port: 8080
targetPort: http
protocol: TCP