fix pvc mount and memory limits

This commit is contained in:
Joseph Hanson 2024-10-29 06:05:33 -05:00
parent fd2d678340
commit 8faeb9b538
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -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: