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 protocol: TCP
volumeMounts: volumeMounts:
- mountPath: /data - mountPath: /data
name: foundry-vtt-claim0 name: foundry-vtt-volume
hostname: 8a7c791facf9 hostname: 8a7c791facf9
restartPolicy: Always restartPolicy: Always
volumes: volumes:
- name: foundry-vtt-claim0 - name: foundry-vtt-volume
persistentVolumeClaim: nfs:
claimName: foundry-vtt-claim0 server: birdfeeder2.home.nest
path: /k3s/foundryvtt

View file

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