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: persistence:
config: config:
existingClaim: *app existingClaim: *app
globalMounts: advancedMounts:
- path: /app pterodactyl:
certs: app:
globalMounts: - subPath: "config"
- path: /etc/letsencrypt path: "/app/var"
nginxconfig: - subPath: "nginx"
globalMounts: path: "/etc/nginx/http.d"
- path: /etc/nginx/http.d - subPath: "logs"
ptlogs: path: "/app/storage/logs"
globalMounts: - subPath: "letsencrypt"
- path: /app/storage/logs path: "/etc/letsencrypt"
tmp:
type: emptyDir