This commit is contained in:
parent
f9968f89fd
commit
d28d5a4265
@ -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: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user