mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
working now
This commit is contained in:
parent
1cb9d3bca2
commit
b63982ef00
6 changed files with 59 additions and 23 deletions
14
docs/source/distributions/k8s/ui-service-k8s.yaml.template
Normal file
14
docs/source/distributions/k8s/ui-service-k8s.yaml.template
Normal file
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue