rename more

This commit is contained in:
Bjørn Jørgensen 2024-02-17 21:18:21 +01:00
parent a9805df7ef
commit be3400e3f8
9 changed files with 18 additions and 18 deletions

View file

@ -19,7 +19,7 @@ ollama:
webui:
replicaCount: 1
image: ghcr.io/ollama-webui/ollama-webui:main
image: ghcr.io/open-webui/open-webui:main
servicePort: 8080
resources:
limits:
@ -30,7 +30,7 @@ webui:
annotations:
# Use appropriate annotations for your Ingress controller, e.g., for NGINX:
# nginx.ingress.kubernetes.io/rewrite-target: /
host: ollama.minikube.local
host: open-webui.minikube.local
volumeSize: 1Gi
nodeSelector: {}
tolerations: []