mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-02 12:30:38 +00:00
12 lines
215 B
Text
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
|