Fix foundry

This commit is contained in:
Astra Logical 2026-03-01 14:09:36 -05:00
parent 32e6c74b66
commit a7edc0e71c
2 changed files with 8 additions and 6 deletions

View file

@ -55,10 +55,11 @@ spec:
protocol: TCP
volumeMounts:
- mountPath: /data
name: foundry-vtt-claim0
name: foundry-vtt-volume
hostname: 8a7c791facf9
restartPolicy: Always
volumes:
- name: foundry-vtt-claim0
persistentVolumeClaim:
claimName: foundry-vtt-claim0
- name: foundry-vtt-volume
nfs:
server: birdfeeder2.home.nest
path: /k3s/foundryvtt

View file

@ -8,9 +8,10 @@ metadata:
io.kompose.service: foundry-vtt
name: foundry-vtt
spec:
type: NodePort
ports:
- name: "30000"
port: 30000
- port: 30000
targetPort: 30000
nodePort: 30000
selector:
io.kompose.service: foundry-vtt