llama-stack-mirror/docs/source/distributions/k8s/ingress-k8s.yaml.template
Ashwin Bharambe c754d9af7a fixes
2025-06-02 16:31:24 -07:00

17 lines
330 B
Text

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