From 92e55f61f95a94d055b8d8c0167382ed4708ef62 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Mon, 8 Dec 2025 10:39:12 +0100 Subject: [PATCH] homer-pod --- homer.yaml | 20 ++++++++++++++++++++ lmstudio-docker | 2 +- lmstudio.yaml | 3 ++- 3 files changed, 23 insertions(+), 2 deletions(-) create mode 100644 homer.yaml diff --git a/homer.yaml b/homer.yaml new file mode 100644 index 0000000..45c77f8 --- /dev/null +++ b/homer.yaml @@ -0,0 +1,20 @@ +apiVersion: v1 +kind: Pod +metadata: + name: homer +spec: + containers: + - name: homer + image: docker.io/b4bz/homer:latest + network: podman + ports: + - containerPort: 80 + hostPort: 8088 + volumeMounts: + - name: homer-data-pvc + mountPath: /www/assets + volumes: + # Persistent volumes + - name: homer-data-pvc + persistentVolumeClaim: + claimName: homer-assets diff --git a/lmstudio-docker b/lmstudio-docker index 90fd9cd..3532401 160000 --- a/lmstudio-docker +++ b/lmstudio-docker @@ -1 +1 @@ -Subproject commit 90fd9cdfadc8b138dbd8a1897ed51892be624d82 +Subproject commit 3532401032e532f725f85947900b4f655a522c8a diff --git a/lmstudio.yaml b/lmstudio.yaml index a0942c8..e32fa73 100644 --- a/lmstudio.yaml +++ b/lmstudio.yaml @@ -11,7 +11,8 @@ spec: containers: # lmstudio container - name: lmstudio - image: localhost/lm-studio-debian + #image: localhost/lm-studio-fedora:xspice + image: localhost/lm-studio-debian:latest hostname: lmstudio network: podman ports: