Skip to content

Commit 37532d6

Browse files
author
mafyuh
committedFeb 18, 2025
test radarr
1 parent 0629000 commit 37532d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎kubernetes/apps/production/arr/radarr/helmrelease.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
statefulset:
4040
volumeClaimTemplates:
4141
- name: config
42-
accessMode: ReadWriteMany
42+
accessMode: ReadWriteOnce
4343
size: 3Gi
4444
storageClass: longhorn
4545
globalMounts:
@@ -64,7 +64,7 @@ spec:
6464
RADARR__PORT: &port 7878
6565
RADARR__APPLICATION_URL: "https://radarr.${LOCAL_DOMAIN}"
6666
RADARR__THEME: dark
67-
RADARR__LOG_LEVEL: info
67+
RADARR__LOG_LEVEL: debug
6868

6969
probes:
7070
liveness:

0 commit comments

Comments
 (0)
Please sign in to comment.