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
| copyAppData.args | list |`[]`| Open WebUI copy-app-data init container arguments (overrides default) |
178
175
| copyAppData.command | list |`[]`| Open WebUI copy-app-data init container command (overrides default) |
179
176
| copyAppData.resources | object |`{}`||
180
-
| databaseUrl | string |`""`| Configure database URL, needed to work with Postgres (example: `postgresql://<user>:<password>@<service>:<port>/<database>`), leave empty to use the default sqlite database |
181
177
| enableOpenaiApi | bool |`true`| Enables the use of OpenAI APIs |
182
178
| extraEnvFrom | list |`[]`| Env vars added from configmap or secret to the Open WebUI deployment. Most up-to-date environment variables can be found here: https://docs.openwebui.com/getting-started/env-configuration/ (caution: `extraEnvVars` will take precedence over the value from `extraEnvFrom`) |
183
179
| extraEnvVars | list |`[{"name":"OPENAI_API_KEY","value":"0p3n-w3bu!"}]`| Env vars added to the Open WebUI deployment. Most up-to-date environment variables can be found here: https://docs.openwebui.com/getting-started/env-configuration/|
| priorityClassName | string |`""`| Priority class name for the Open WebUI pods |
227
222
| readinessProbe | object |`{}`| Probe for readiness of the Open WebUI container ref: <https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes>|
228
-
| redis-cluster | object |`{"auth":{"enabled":false},"enabled":false,"fullnameOverride":"open-webui-redis","replica":{"replicaCount":3},"url":"redis://open-webui-redis:6379/0"}`| Deploys a Redis cluster with subchart 'redis' from bitnami |
| redis-cluster.auth.enabled | bool |`false`| Enable Redis authentication (disabled by default). For your security, we strongly suggest that you switch to 'auth.enabled=true' |
| redis-cluster.fullnameOverride | string |`"open-webui-redis"`| Redis cluster name (recommended to be 'open-webui-redis') - In this case, redis url will be 'redis://open-webui-redis-master:6379/0' or 'redis://[:<password>@]open-webui-redis-master:6379/0' |
233
-
| redis-cluster.replica | object |`{"replicaCount":3}`| Replica configuration for the Redis cluster |
234
-
| redis-cluster.replica.replicaCount | int |`3`| Number of Redis replica instances |
235
-
| redis-cluster.url | string |`"redis://open-webui-redis:6379/0"`| Specifies the URL of the Redis instance for websocket communication. Template with `redis://[:<password>@]<hostname>:<port>/<db>`|
236
223
| replicaCount | int |`1`||
237
224
| resources | object |`{}`||
238
225
| revisionHistoryLimit | int |`10`| Revision history limit for the workload manager (deployment). |
Copy file name to clipboardExpand all lines: charts/open-webui/values.yaml
-44Lines changed: 0 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -99,26 +99,6 @@ websocket:
99
99
# runAsUser: 999
100
100
# runAsGroup: 1000
101
101
102
-
# -- Deploys a Redis cluster with subchart 'redis' from bitnami
103
-
redis-cluster:
104
-
# -- Enable Redis installation
105
-
enabled: false
106
-
# -- Redis cluster name (recommended to be 'open-webui-redis')
107
-
# - In this case, redis url will be 'redis://open-webui-redis-master:6379/0' or 'redis://[:<password>@]open-webui-redis-master:6379/0'
108
-
fullnameOverride: open-webui-redis
109
-
110
-
# -- Specifies the URL of the Redis instance for websocket communication. Template with `redis://[:<password>@]<hostname>:<port>/<db>`
111
-
url: redis://open-webui-redis:6379/0
112
-
113
-
# -- Redis Authentication
114
-
auth:
115
-
# -- Enable Redis authentication (disabled by default). For your security, we strongly suggest that you switch to 'auth.enabled=true'
116
-
enabled: false
117
-
# -- Replica configuration for the Redis cluster
118
-
replica:
119
-
# -- Number of Redis replica instances
120
-
replicaCount: 3
121
-
122
102
# -- Value of cluster domain
123
103
clusterDomain: cluster.local
124
104
@@ -561,30 +541,6 @@ extraResources:
561
541
# data:
562
542
# example-key: example-value
563
543
564
-
# -- Configure database URL, needed to work with Postgres (example: `postgresql://<user>:<password>@<service>:<port>/<database>`), leave empty to use the default sqlite database
0 commit comments