Better mounting

This commit is contained in:
Roxedus 2022-04-17 22:45:27 +02:00
parent 529c37ec21
commit 9b89696f78
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639
5 changed files with 14 additions and 0 deletions

View File

@ -12,6 +12,8 @@ spec:
storageClassName: nfs
mountOptions:
- hard
- gid=100
- uid=99
nfs:
path: /mnt/user/data/media

View File

@ -12,6 +12,8 @@ spec:
storageClassName: nfs
mountOptions:
- hard
- gid=100
- uid=99
nfs:
path: /mnt/disks/Docker/AppData

View File

@ -12,6 +12,8 @@ spec:
storageClassName: nfs
mountOptions:
- hard
- gid=100
- uid=99
nfs:
path: /mnt/disks/Docker/LogData

View File

@ -12,6 +12,8 @@ spec:
storageClassName: nfs
mountOptions:
- hard
- gid=100
- uid=99
nfs:
path: /mnt/disks/Docker/WasteData

View File

@ -14,6 +14,8 @@ spec:
app: radarr-norsk
init: s6
maintainer: lsio
securityContext:
fsGroup: 100
spec:
volumes:
- name: unraid-data
@ -51,6 +53,10 @@ spec:
value: 10.0.0.30
- name: Radarr__Postgres__Port
value: "5432"
- name: Radarr__Postgres__MainDb
value: "radarr_norsk-main"
- name: Radarr__Postgres__LogDb
value: "radarr_norsk-log"
- name: Radarr__Postgres__User
valueFrom:
secretKeyRef: