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
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue