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

16 lines
224 B
YAML
Raw Normal View History

2026-06-04 16:59:58 +03:00
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