added docs

This commit is contained in:
jackhauGR 2025-05-08 17:35:59 +01:00
parent 7c31452932
commit a06544036b

View File

@ -183,7 +183,7 @@ helm upgrade --install open-webui open-webui/open-webui
| ingress.additionalHosts | list | `[]` | |
| ingress.annotations | object | `{}` | Use appropriate annotations for your Ingress controller, e.g., for NGINX: |
| ingress.class | string | `""` | |
| ingress.enabled | bool | `true` | |
| ingress.enabled | bool | `false` | |
| 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"` | |