Fix foundry
This commit is contained in:
parent
32e6c74b66
commit
a7edc0e71c
2 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue