Add back config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-10-04 20:42:56 -04:00
parent f9968f89fd
commit d28d5a4265

View File

@ -3,6 +3,8 @@ kind: HelmRelease
metadata: metadata:
name: plex name: plex
namespace: plex-ns namespace: plex-ns
annotations:
force-recreate: true
spec: spec:
chart: chart:
spec: spec:
@ -94,17 +96,17 @@ spec:
# -- Configure persistence settings for the chart under this key. # -- Configure persistence settings for the chart under this key.
# @default -- See values.yaml # @default -- See values.yaml
#persistence: persistence:
# config: config:
# enabled: true enabled: true
# storageClass: "local-storage" storageClass: "local-storage"
# size: 10Gi size: 120Gi
# accessMode: ReadWriteOnce accessMode: ReadWriteOnce
# mountPath: /config mountPath: "/config"
# transcode: # transcode:
# enabled: false # enabled: false
# mountPath: /transcode # mountPath: /transcode
# -- Configure the Security Context for the Pod # -- Configure the Security Context for the Pod
podSecurityContext: {} podSecurityContext: {}