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
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user