Fixing precommit issues

This commit is contained in:
Jamie Land 2025-03-18 12:23:30 -04:00
parent 8a61e028da
commit fc627f5c57
5 changed files with 5 additions and 12 deletions

View file

@ -86,7 +86,6 @@ By default llama-stack will use the run.yaml config that comes with the specifie
| `route.tls.enabled` | `bool` | `true` | Enables or disables TLS for the OpenShift Route, providing secure communication. |
| `route.tls.insecureEdgeTerminationPolicy` | `string` | `"Redirect"` | The policy for handling insecure (HTTP) requests when TLS termination is at the edge (Route). |
| `route.tls.termination` | `string` | `"edge"` | Specifies that TLS termination occurs at the OpenShift Route edge. |
| `runConfig.enabled` | `bool` | `false` | Indicates whether a specific run configuration is enabled. |
| `service.port` | `int` | `5001` | The port on which the Kubernetes Service will be exposed internally within the cluster. |
| `service.type` | `string` | `"ClusterIP"` | The type of Kubernetes Service. `ClusterIP` makes the service only reachable from within the cluster. |
| `serviceAccount.annotations` | `object` | `{}` | Annotations for the Kubernetes ServiceAccount. |

View file

@ -17,12 +17,6 @@ vllm:
# https://llama-stack.readthedocs.io/en/latest/distributions/selection.html
distribution: distribution-remote-vllm
runConfig:
enabled: false
# customYaml:
# Your custom run.yaml configuration file can be pasted here
# If not set, the default run.yaml file in the `files/run.yaml` will be used
telemetry:
enabled: false
serviceName: "otel-collector.openshift-opentelemetry-operator.svc.cluster.local:4318"