ollama and web-ui in one pod
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user