ollama and web-ui in one pod

This commit is contained in:
2025-11-07 11:56:52 +01:00
parent cdd03da904
commit 7ff2e64094
4 changed files with 5 additions and 80 deletions

View File

@@ -21,7 +21,6 @@ spec:
value: "10.3.0"
ports:
- containerPort: 11434
hostPort: 11434
volumeMounts:
- name: ollama-data-pvc
mountPath: /root/.ollama
@@ -39,7 +38,6 @@ spec:
image: ghcr.io/open-webui/open-webui:main
ports:
- containerPort: 8080
hostPort: 3000
volumeMounts:
- name: open-webui-pvc
mountPath: /app/backend/data
@@ -66,4 +64,3 @@ spec:
hostPath:
path: /dev/kfd
type: CharDevice
b