Readme Updates

This commit is contained in:
Jamie Land 2025-03-18 12:13:02 -04:00
parent 1bc1f08037
commit 8a61e028da
4 changed files with 102 additions and 56 deletions

View file

@ -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: