fix(audiobookshelf): add temp dir for .npm (#3045)

* fix(audiobookshelf): add temp dir for .npm

* root
This commit is contained in:
Stavros Kois
2022-07-02 15:40:16 +00:00
committed by GitHub
parent 356c10bb0b
commit e0c7b7b860
3 changed files with 21 additions and 5 deletions
+16
View File
@@ -12,12 +12,28 @@ env:
name: audiobookshelf-secrets
key: TOKEN_SECRET
podSecurityContext:
runAsUser: 0
runAsGroup: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 10223
probes:
liveness:
path: "/ping"
readiness:
path: "/ping"
startup:
path: "/ping"
persistence:
config:
enabled: true