Files
homelab/k8s/apps/llamacpp/service.yaml
T
Ultradesu 82dbe84075
Auto-update README / Generate README and Create MR (push) Failing after 10m17s
Check with kubeconform / lint (push) Failing after 11m23s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Failing after 12m29s
Added llama.cpp on ai
2026-06-04 16:59:58 +03:00

16 lines
224 B
YAML

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