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:
|
requests:
|
||||||
cpu: 25m
|
cpu: 25m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
|
||||||
memory: 128Mi
|
|
||||||
securityContext:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
@ -86,7 +84,7 @@ spec:
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
kometa-image-maid:
|
kometa-image-maid:
|
||||||
app:
|
app:
|
||||||
- path: /data/plex_config
|
- path: /data/plex_config/Library/Application Support/Plex Media Server/
|
||||||
plex-cache:
|
plex-cache:
|
||||||
existingClaim: plex-cache
|
existingClaim: plex-cache
|
||||||
advancedMounts:
|
advancedMounts:
|
||||||
|
|
Loading…
Reference in a new issue