forked from open-webui/open-webui
add ingress tls and settings
This commit is contained in:
parent
18463d935e
commit
2f0ed3becb
2 changed files with 12 additions and 0 deletions
|
@ -44,10 +44,13 @@ webui:
|
|||
resources: {}
|
||||
ingress:
|
||||
enabled: false
|
||||
class: ""
|
||||
# -- Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
||||
# nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
annotations: {}
|
||||
host: ""
|
||||
tls: false
|
||||
existingSecret: ""
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 30Gi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue