mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-14 17:16:09 +00:00
fixes
This commit is contained in:
parent
375546ade3
commit
c754d9af7a
3 changed files with 17 additions and 34 deletions
|
@ -7,6 +7,11 @@ spec:
|
|||
selector:
|
||||
app.kubernetes.io/name: llama-stack
|
||||
ports:
|
||||
- port: 8321
|
||||
- name: llama-stack-api
|
||||
port: 8321
|
||||
targetPort: 8321
|
||||
protocol: TCP
|
||||
- name: llama-stack-ui
|
||||
port: 8322
|
||||
targetPort: 8322
|
||||
protocol: TCP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue