mount share as read only

This commit is contained in:
2025-01-03 20:51:21 -06:00
parent a9572a0647
commit 4922516ee2

View File

@@ -5,17 +5,6 @@ plex:
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
pod:
securityContext:
runAsUser: 568
runAsGroup: 568
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
supplementalGroups:
- 44
- 100
- 109
- 65539
containers:
main:
image:
@@ -84,4 +73,4 @@ plex:
main:
main:
- path: /mnt/store
readOnly: false
readOnly: true