forked from open-webui/open-webui
let ingress be enabled by default
This commit is contained in:
parent
54e89a4516
commit
02ce0c47f4
2 changed files with 10 additions and 3 deletions
|
@ -20,4 +20,8 @@ webui:
|
|||
cpu: "500m"
|
||||
memory: "500Mi"
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations:
|
||||
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
|
||||
# nginx.ingress.kubernetes.io/rewrite-target: /
|
||||
host: ollama.minikube.local
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue