We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc71ca7 commit 0b7503bCopy full SHA for 0b7503b
cluster/apps/media/nzbhydra2/helm-release.yaml
@@ -34,13 +34,27 @@ spec:
34
- hosts:
35
- "nzbhydra2.${SECRET_DOMAIN}"
36
secretName: nzbhydra2-${SECRET_DOMAIN/./-}-tls
37
+ podSecurityContext:
38
+ fsGroup: ${NFS_GROUP_ID}
39
+ fsGroupChangePolicy: "OnRootMismatch"
40
persistence:
41
config:
42
enabled: true
43
mountPath: /config
44
size: 10Gi
45
+ media:
46
+ enabled: true
47
+ type: custom
48
+ accessMode: ReadWriteMany
49
+ mountPath: /mnt/media
50
+ volumeSpec:
51
+ nfs:
52
+ server: ${NFS_ADDRESS}
53
+ path: ${NFS_MEDIA_PATH}
54
env:
55
TZ: "${TIMEZONE}"
56
+ PUID: ${NFS_USER_ID}
57
+ PGID: ${NFS_GROUP_ID}
58
probes:
59
liveness:
60
spec:
0 commit comments