there we go

This commit is contained in:
Joseph Hanson 2024-11-29 09:23:02 -06:00
parent 5aa0355b58
commit 651a30b75c
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -86,16 +86,14 @@ spec:
persistence:
config:
existingClaim: *app
globalMounts:
- path: /app
certs:
globalMounts:
- path: /etc/letsencrypt
nginxconfig:
globalMounts:
- path: /etc/nginx/http.d
ptlogs:
globalMounts:
- path: /app/storage/logs
tmp:
type: emptyDir
advancedMounts:
pterodactyl:
app:
- subPath: "config"
path: "/app/var"
- subPath: "nginx"
path: "/etc/nginx/http.d"
- subPath: "logs"
path: "/app/storage/logs"
- subPath: "letsencrypt"
path: "/etc/letsencrypt"