Better mounting
This commit is contained in:
parent
529c37ec21
commit
4a71c909eb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user