open-webui might need network adaption
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
# Save the output of this file and use kubectl create -f to import
|
# podman run -d --replace --network=slirp4netns:allow_host_loopback=true \
|
||||||
# it into Kubernetes.
|
# --name=open-webui -p 3000:8080 -v open-webui:/app/backend/data \
|
||||||
#
|
# ghcr.io/open-webui/open-webui:main
|
||||||
# Created with podman-5.6.2
|
|
||||||
|
|
||||||
# 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
|
apiVersion: v1
|
||||||
kind: Pod
|
kind: Pod
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: "2025-11-06T17:34:58Z"
|
creationTimestamp: "2025-11-06T17:34:58Z"
|
||||||
labels:
|
labels:
|
||||||
app: open-webui-pod
|
app: open-webui
|
||||||
name: open-webui-pod
|
name: open-webui
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: ghcr.io/open-webui/open-webui:main
|
- image: ghcr.io/open-webui/open-webui:main
|
||||||
|
|||||||
Reference in New Issue
Block a user