This commit is contained in:
Roxedus 2022-04-17 23:26:55 +02:00
parent 73631db07e
commit 98557ecbb6
Signed by: Roxedus
GPG Key ID: 9B4E311961C63639

View File

@ -15,10 +15,6 @@ spec:
init: s6
maintainer: lsio
spec:
securityContext:
runAsUser: 99
runAsGroup: 100
fsGroup: 100
volumes:
- name: unraid-data
persistentVolumeClaim:
@ -46,9 +42,9 @@ spec:
- containerPort: 7878
env:
- name: PUID
value: "99"
value: "0"
- name: PGID
value: "100"
value: "0"
- name: TZ
value: Europe/Oslo
- name: Radarr__Postgres__Host