Files
homelab/k8s/apps/llamacpp/service-cuda.yaml
T

16 lines
239 B
YAML
Raw Normal View History

2026-06-17 12:53:43 +01:00
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