Better mounting
This commit is contained in:
parent
529c37ec21
commit
4a71c909eb
@ -14,6 +14,8 @@ spec:
|
|||||||
app: radarr-norsk
|
app: radarr-norsk
|
||||||
init: s6
|
init: s6
|
||||||
maintainer: lsio
|
maintainer: lsio
|
||||||
|
securityContext:
|
||||||
|
fsGroup: 100
|
||||||
spec:
|
spec:
|
||||||
volumes:
|
volumes:
|
||||||
- name: unraid-data
|
- name: unraid-data
|
||||||
@ -51,6 +53,10 @@ spec:
|
|||||||
value: 10.0.0.30
|
value: 10.0.0.30
|
||||||
- name: Radarr__Postgres__Port
|
- name: Radarr__Postgres__Port
|
||||||
value: "5432"
|
value: "5432"
|
||||||
|
- name: Radarr__Postgres__MainDb
|
||||||
|
value: "radarr_norsk-main"
|
||||||
|
- name: Radarr__Postgres__LogDb
|
||||||
|
value: "radarr_norsk-log"
|
||||||
- name: Radarr__Postgres__User
|
- name: Radarr__Postgres__User
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
Loading…
Reference in New Issue
Block a user