From 4922516ee27df83ec1076eb3660de71d9635e1b6 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 3 Jan 2025 20:51:21 -0600 Subject: [PATCH] mount share as read only --- clusters/cl01tl/applications/plex/values.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/clusters/cl01tl/applications/plex/values.yaml b/clusters/cl01tl/applications/plex/values.yaml index c3abfc264..d06189df1 100644 --- a/clusters/cl01tl/applications/plex/values.yaml +++ b/clusters/cl01tl/applications/plex/values.yaml @@ -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