mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 13:09:53 +00:00
'arr permissions
This commit is contained in:
8
media/radarr/config.yaml
Normal file
8
media/radarr/config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: radarr-config
|
||||
namespace: media
|
||||
data:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
@@ -15,6 +15,10 @@ spec:
|
||||
containers:
|
||||
- name: radarr
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: radarr-config
|
||||
optional: false
|
||||
ports:
|
||||
- containerPort: 7878
|
||||
name: http
|
||||
|
||||
8
media/readarr/config.yaml
Normal file
8
media/readarr/config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: readarr-config
|
||||
namespace: media
|
||||
data:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
@@ -15,6 +15,10 @@ spec:
|
||||
containers:
|
||||
- name: readarr
|
||||
image: lscr.io/linuxserver/readarr:nightly
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: readarr-config
|
||||
optional: false
|
||||
ports:
|
||||
- containerPort: 8787
|
||||
name: http
|
||||
|
||||
8
media/sonarr/config.yaml
Normal file
8
media/sonarr/config.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: sonarr-config
|
||||
namespace: media
|
||||
data:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
@@ -15,6 +15,10 @@ spec:
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: sonarr-config
|
||||
optional: false
|
||||
ports:
|
||||
- containerPort: 8989
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user