homer-pod

This commit is contained in:
2025-12-08 10:39:12 +01:00
parent 49322832e7
commit 92e55f61f9
3 changed files with 23 additions and 2 deletions

20
homer.yaml Normal file
View File

@@ -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

View File

@@ -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: