You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/litellm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If `db.useStackgresOperator` is used (not yet implemented):
28
28
|`imagePullSecrets`| Registry credentials for the LiteLLM and initContainer images. |`[]`|
29
29
|`serviceAccount.create`| Whether or not to create a Kubernetes Service Account for this deployment. The default is `false` because LiteLLM has no need to access the Kubernetes API. |`false`|
30
30
|`service.type`| Kubernetes Service type (e.g. `LoadBalancer`, `ClusterIP`, etc.) |`ClusterIP`|
31
-
|`service.port`| TCP port that the Kubernetes Service will listen on. Also the TCP port within the Pod that the proxy will listen on. |`8000`|
31
+
|`service.port`| TCP port that the Kubernetes Service will listen on. Also the TCP port within the Pod that the proxy will listen on. |`4000`|
32
32
|`ingress.*`| See [values.yaml](./values.yaml) for example settings | N/A |
33
33
|`proxy_config.*`| See [values.yaml](./values.yaml) for default settings. See [example_config_yaml](../../../litellm/proxy/example_config_yaml/) for configuration examples. | N/A |
34
34
@@ -76,7 +76,7 @@ When browsing to the URL published per the settings in `ingress.*`, you will
76
76
be prompted for **Admin Configuration**. The **Proxy Endpoint** is the internal
77
77
(from the `litellm` pod's perspective) URL published by the `<RELEASE>-litellm`
78
78
Kubernetes Service. If the deployment uses the default settings for this
79
-
service, the **Proxy Endpoint** should be set to `http://<RELEASE>-litellm:8000`.
79
+
service, the **Proxy Endpoint** should be set to `http://<RELEASE>-litellm:4000`.
80
80
81
81
The **Proxy Key** is the value specified for `masterkey` or, if a `masterkey`
82
82
was not provided to the helm command line, the `masterkey` is a randomly
0 commit comments