kl
This commit is contained in:
parent
73631db07e
commit
98557ecbb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user