forgot to give readarr-ebook security policy, set sonarr auth method to external

This commit is contained in:
SeanOMik 2023-06-02 00:15:26 -04:00
parent c359d65d52
commit 01c1436b8f
2 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,13 @@ spec:
hostPath: /mnt/MainPool/Media hostPath: /mnt/MainPool/Media
mountPath: /storage mountPath: /storage
podSecurityContext:
runAsNonRoot: true
runAsUser: 10000
runAsGroup: 10000
fsGroup: 10000
fsGroupChangePolicy: OnRootMismatch
resources: resources:
requests: requests:
cpu: 1m cpu: 1m

View File

@ -46,6 +46,7 @@ spec:
env: env:
TZ: America/New_York TZ: America/New_York
SONARR__AUTHENTICATION_METHOD: "External"
service: service:
main: main: