forgot to give readarr-ebook security policy, set sonarr auth method to external
This commit is contained in:
parent
c359d65d52
commit
01c1436b8f
|
@ -105,6 +105,13 @@ spec:
|
|||
hostPath: /mnt/MainPool/Media
|
||||
mountPath: /storage
|
||||
|
||||
podSecurityContext:
|
||||
runAsNonRoot: true
|
||||
runAsUser: 10000
|
||||
runAsGroup: 10000
|
||||
fsGroup: 10000
|
||||
fsGroupChangePolicy: OnRootMismatch
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 1m
|
||||
|
|
|
@ -46,6 +46,7 @@ spec:
|
|||
|
||||
env:
|
||||
TZ: America/New_York
|
||||
SONARR__AUTHENTICATION_METHOD: "External"
|
||||
|
||||
service:
|
||||
main:
|
||||
|
|
Loading…
Reference in New Issue