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 init: s6
maintainer: lsio maintainer: lsio
spec: spec:
securityContext:
runAsUser: 99
runAsGroup: 100
fsGroup: 100
volumes: volumes:
- name: unraid-data - name: unraid-data
persistentVolumeClaim: persistentVolumeClaim:
@ -46,9 +42,9 @@ spec:
- containerPort: 7878 - containerPort: 7878
env: env:
- name: PUID - name: PUID
value: "99" value: "0"
- name: PGID - name: PGID
value: "100" value: "0"
- name: TZ - name: TZ
value: Europe/Oslo value: Europe/Oslo
- name: Radarr__Postgres__Host - name: Radarr__Postgres__Host