llama-stack-mirror/docs/source/distributions/k8s/ingress-k8s.yaml.template
Ashwin Bharambe f427e3092f add ingres
2025-06-02 13:06:44 -07:00

12 lines
215 B
Text

apiVersion: v1
kind: Service
metadata:
name: llama-stack-service
spec:
type: LoadBalancer
selector:
app.kubernetes.io/name: llama-stack
ports:
- port: 8321
targetPort: 8321
protocol: TCP