No introduction found. Create it?
open-webui from bjw-s is more popular with 13 repositories.
Install with:
helm repo add open-webui https://helm.openwebui.com/
helm install open-webui open-webui/open-webui -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|
See the most popular values for this chart:
Key | Types |
---|---|
ingress.class (4) internal | string |
boolean | |
ingress.host (4) chat.${SECRET_DOMAIN} | string |
ingress.tls (4) true | boolean |
ingress.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production-external | string |
ingress.annotations."external-dns.alpha.kubernetes.io/target" (1) internal.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
string | |
ingress.annotations."nginx.ingress.kubernetes.io/server-snippet" (1) # Add WebSocket support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
# Timeouts for WebSocket connections
proxy_read_timeout 60s;
proxy_send_timeout 60s;
| string |
string | |
ingress.annotations."traefik.ingress.kubernetes.io/router.middlewares" (1) networking-cloudflare-only@kubernetescrd,
networking-request-limit@kubernetescrd
| string |
ingress.existingSecret (1) ${SECRET_DOMAIN/./-}-tls | string |
ollama.enabled (4) false | boolean |
boolean | |
persistence.existingClaim (3) open-webui | string |
persistence.storageClass (1) synology-csi-retain | string |
ollamaUrls[] (3) - http://ollama.ai.svc.cluster.local:11434 | string |
extraEnvVars[].name (2) ENABLE_LOGIN_FORM | string |
extraEnvVars[].value (2) false | string |
extraEnvVars[].valueFrom.secretKeyRef.key (2) OPENID_PROVIDER_URL | string |
extraEnvVars[].valueFrom.secretKeyRef.name (2) open-webui | string |
string | |
boolean | |
string | |
boolean | |
boolean | |
number | |
boolean | |
number | |
containerSecurityContext.seccompProfile.type (1) RuntimeDefault | string |
boolean | |
pipelines.persistence.existingClaim (1) open-webui-pipelines | string |
number | |
tika.enabled (1) true | boolean |
boolean |