there we go
This commit is contained in:
parent
5aa0355b58
commit
651a30b75c
1 changed files with 11 additions and 13 deletions
|
@ -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
|
|
||||||
|
|
Reference in a new issue