port ist nun 8888 webui

This commit is contained in:
2025-11-25 11:21:54 +01:00
parent c67ec87427
commit 4575b864f2

View File

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