feat(prowlarr): Setup flaresolverr
This commit is contained in:
parent
5dfb1b219b
commit
32109fd78f
2 changed files with 37 additions and 7 deletions
18
k8s-wheatley/prowlarr/configmap.yaml
Normal file
18
k8s-wheatley/prowlarr/configmap.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: flaresolverr-envs
|
||||
data:
|
||||
LOG_LEVEL: info
|
||||
HEADLESS: "true"
|
||||
TZ: Europe/Amsterdam
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: prowlarr-envs
|
||||
data:
|
||||
PUID: "1000"
|
||||
PGID: "1000"
|
||||
TZ: Europe/Amsterdam
|
||||
Loading…
Add table
Add a link
Reference in a new issue