added docs

This commit is contained in:
jackhauGR 2025-05-08 17:35:23 +01:00
parent 9f439a1629
commit 7c31452932
2 changed files with 3 additions and 2 deletions

View File

@ -183,8 +183,9 @@ 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 | `false` | |
| ingress.enabled | bool | `true` | |
| 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.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> |

View File

@ -181,7 +181,7 @@ managedCertificate:
- chat.example.com # update to your real domain
ingress:
enabled: true
enabled: false
class: ""
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
annotations: {}