homer-pod
This commit is contained in:
20
homer.yaml
Normal file
20
homer.yaml
Normal 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
|
||||
Submodule lmstudio-docker updated: 90fd9cdfad...3532401032
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user