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:
|
containers:
|
||||||
- name: radarr
|
- name: radarr
|
||||||
image: lscr.io/linuxserver/radarr:latest
|
image: lscr.io/linuxserver/radarr:latest
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: radarr-config
|
||||||
|
optional: false
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 7878
|
- containerPort: 7878
|
||||||
name: http
|
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:
|
containers:
|
||||||
- name: readarr
|
- name: readarr
|
||||||
image: lscr.io/linuxserver/readarr:nightly
|
image: lscr.io/linuxserver/readarr:nightly
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: readarr-config
|
||||||
|
optional: false
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8787
|
- containerPort: 8787
|
||||||
name: http
|
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:
|
containers:
|
||||||
- name: sonarr
|
- name: sonarr
|
||||||
image: lscr.io/linuxserver/sonarr:latest
|
image: lscr.io/linuxserver/sonarr:latest
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: sonarr-config
|
||||||
|
optional: false
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8989
|
- containerPort: 8989
|
||||||
name: http
|
name: http
|
||||||
|
|||||||
Reference in New Issue
Block a user