mirror of
https://github.com/open-webui/helm-charts
synced 2025-06-26 18:16:14 +00:00
added docs
This commit is contained in:
parent
9f439a1629
commit
7c31452932
@ -183,8 +183,9 @@ helm upgrade --install open-webui open-webui/open-webui
|
|||||||
| ingress.additionalHosts | list | `[]` | |
|
| ingress.additionalHosts | list | `[]` | |
|
||||||
| ingress.annotations | object | `{}` | Use appropriate annotations for your Ingress controller, e.g., for NGINX: |
|
| ingress.annotations | object | `{}` | Use appropriate annotations for your Ingress controller, e.g., for NGINX: |
|
||||||
| ingress.class | string | `""` | |
|
| ingress.class | string | `""` | |
|
||||||
| ingress.enabled | bool | `false` | |
|
| ingress.enabled | bool | `true` | |
|
||||||
| ingress.existingSecret | string | `""` | |
|
| ingress.existingSecret | string | `""` | |
|
||||||
|
| ingress.extraLabels | object | `{}` | Additional custom labels to add to the Ingress metadata Useful for tagging, selecting, or applying policies to the Ingress via labels. |
|
||||||
| ingress.host | string | `"chat.example.com"` | |
|
| ingress.host | string | `"chat.example.com"` | |
|
||||||
| ingress.tls | bool | `false` | |
|
| ingress.tls | bool | `false` | |
|
||||||
| livenessProbe | object | `{}` | Probe for liveness of the Open WebUI container ref: <https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes> |
|
| livenessProbe | object | `{}` | Probe for liveness of the Open WebUI container ref: <https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes> |
|
||||||
|
@ -181,7 +181,7 @@ managedCertificate:
|
|||||||
- chat.example.com # update to your real domain
|
- chat.example.com # update to your real domain
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
class: ""
|
class: ""
|
||||||
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user