diff --git a/lmstudio.yaml b/lmstudio.yaml index ca81a0a..9e78cf9 100644 --- a/lmstudio.yaml +++ b/lmstudio.yaml @@ -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 +