From d28d5a4265a0dd358ae84ee3d5b9b74294c0e241 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 4 Oct 2023 20:42:56 -0400 Subject: [PATCH] Add back config --- plex/helmrelease-plex.yaml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/plex/helmrelease-plex.yaml b/plex/helmrelease-plex.yaml index 74a9eab..c1c647e 100644 --- a/plex/helmrelease-plex.yaml +++ b/plex/helmrelease-plex.yaml @@ -3,6 +3,8 @@ kind: HelmRelease metadata: name: plex namespace: plex-ns + annotations: + force-recreate: true spec: chart: spec: @@ -94,17 +96,17 @@ spec: # -- Configure persistence settings for the chart under this key. # @default -- See values.yaml - #persistence: - # config: - # enabled: true - # storageClass: "local-storage" - # size: 10Gi - # accessMode: ReadWriteOnce - # mountPath: /config + persistence: + config: + enabled: true + storageClass: "local-storage" + size: 120Gi + accessMode: ReadWriteOnce + mountPath: "/config" - # transcode: - # enabled: false - # mountPath: /transcode + # transcode: + # enabled: false + # mountPath: /transcode # -- Configure the Security Context for the Pod podSecurityContext: {}