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