From 9d27e92daec73b21eabdb2413bbe5adca8b8decc Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Fri, 7 Nov 2025 10:47:25 +0100 Subject: [PATCH] open-webui might need network adaption --- open-webui.yaml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/open-webui.yaml b/open-webui.yaml index 11c777e..62a1a2b 100644 --- a/open-webui.yaml +++ b/open-webui.yaml @@ -1,19 +1,15 @@ -# Save the output of this file and use kubectl create -f to import -# it into Kubernetes. -# -# Created with podman-5.6.2 +# podman run -d --replace --network=slirp4netns:allow_host_loopback=true \ +# --name=open-webui -p 3000:8080 -v open-webui:/app/backend/data \ +# ghcr.io/open-webui/open-webui:main -# NOTE: If you generated this yaml from an unprivileged and rootless podman container on an SELinux -# enabled system, check the podman generate kube man page for steps to follow to ensure that your pod/container -# has the right permissions to access the volumes added. --- apiVersion: v1 kind: Pod metadata: creationTimestamp: "2025-11-06T17:34:58Z" labels: - app: open-webui-pod - name: open-webui-pod + app: open-webui + name: open-webui spec: containers: - image: ghcr.io/open-webui/open-webui:main