port ist nun 8888 webui
This commit is contained in:
@@ -7,12 +7,13 @@ metadata:
|
||||
cdi.k8s.io/DeviceName.0: "podman.io/device=/dev/kfd"
|
||||
cdi.k8s.io/DeviceName.1: "podman.io/device=/dev/dri"
|
||||
spec:
|
||||
hostNetwork: true
|
||||
hostNetwork: false
|
||||
containers:
|
||||
# lmstudio container
|
||||
- name: lmstudio
|
||||
image: localhost/lm-studio-debian
|
||||
hostname: lmstudio
|
||||
network: podman
|
||||
ports:
|
||||
- containerPort: 1234
|
||||
- containerPort: 5900
|
||||
@@ -34,6 +35,7 @@ spec:
|
||||
- name: open-webui
|
||||
image: ghcr.io/open-webui/open-webui:main
|
||||
hostname: webui
|
||||
network: podman
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
hostPort: 8888
|
||||
@@ -67,3 +69,4 @@ spec:
|
||||
hostPath:
|
||||
path: /dev/kfd
|
||||
type: CharDevice
|
||||
|
||||
|
||||
Reference in New Issue
Block a user