mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
14 lines
281 B
Text
14 lines
281 B
Text
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: llama-stack-ui-service
|
|
spec:
|
|
type: LoadBalancer
|
|
selector:
|
|
app.kubernetes.io/name: llama-stack
|
|
app.kubernetes.io/component: ui
|
|
ports:
|
|
- name: llama-stack-ui
|
|
port: 8322
|
|
targetPort: 8322
|
|
protocol: TCP
|