fix pvc mount and memory limits
This commit is contained in:
parent
fd2d678340
commit
8faeb9b538
1 changed files with 1 additions and 3 deletions
|
@ -65,8 +65,6 @@ spec:
|
|||
requests:
|
||||
cpu: 25m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
readOnlyRootFilesystem: true
|
||||
|
@ -86,7 +84,7 @@ spec:
|
|||
advancedMounts:
|
||||
kometa-image-maid:
|
||||
app:
|
||||
- path: /data/plex_config
|
||||
- path: /data/plex_config/Library/Application Support/Plex Media Server/
|
||||
plex-cache:
|
||||
existingClaim: plex-cache
|
||||
advancedMounts:
|
||||
|
|
Loading…
Reference in a new issue