mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 03:54:30 +00:00
Readme Updates
This commit is contained in:
parent
1bc1f08037
commit
8a61e028da
4 changed files with 102 additions and 56 deletions
|
|
@ -1,4 +1,6 @@
|
|||
# yamlConfig: "/config/run.yaml"
|
||||
|
||||
# When set to true use the `run.yaml` file in the `files/run.yaml` directory
|
||||
customRunConfig: false
|
||||
|
||||
# TODO: Currently we are only working for vLLM this should be expanded in the future
|
||||
vllm:
|
||||
|
|
@ -69,6 +71,19 @@ service:
|
|||
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
|
||||
port: 5001
|
||||
|
||||
# Additional volumes on the output Deployment definition.
|
||||
volumes: []
|
||||
# - name: foo
|
||||
# secret:
|
||||
# secretName: mysecret
|
||||
# optional: false
|
||||
|
||||
# Additional volumeMounts on the output Deployment definition.
|
||||
volumeMounts: []
|
||||
# - name: foo
|
||||
# mountPath: "/etc/foo"
|
||||
# readOnly: true
|
||||
|
||||
|
||||
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
|
||||
ingress:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue