test radarr
This commit is contained in:
parent
0629000089
commit
37532d6d2c
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@ spec:
|
||||||
statefulset:
|
statefulset:
|
||||||
volumeClaimTemplates:
|
volumeClaimTemplates:
|
||||||
- name: config
|
- name: config
|
||||||
accessMode: ReadWriteMany
|
accessMode: ReadWriteOnce
|
||||||
size: 3Gi
|
size: 3Gi
|
||||||
storageClass: longhorn
|
storageClass: longhorn
|
||||||
globalMounts:
|
globalMounts:
|
||||||
|
@ -64,7 +64,7 @@ spec:
|
||||||
RADARR__PORT: &port 7878
|
RADARR__PORT: &port 7878
|
||||||
RADARR__APPLICATION_URL: "https://radarr.${LOCAL_DOMAIN}"
|
RADARR__APPLICATION_URL: "https://radarr.${LOCAL_DOMAIN}"
|
||||||
RADARR__THEME: dark
|
RADARR__THEME: dark
|
||||||
RADARR__LOG_LEVEL: info
|
RADARR__LOG_LEVEL: debug
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
|
|
Reference in a new issue