mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
media pull policy
This commit is contained in:
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: jellyfin
|
||||
image: lscr.io/linuxserver/jellyfin:latest
|
||||
imagePullPolicy: Always
|
||||
securityContext:
|
||||
privileged: true
|
||||
ports:
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: jellyseerr
|
||||
image: fallenbagel/jellyseerr:latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: jellyseerr-config
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: prowlarr
|
||||
image: lscr.io/linuxserver/prowlarr:latest
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 9696
|
||||
name: http
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: radarr
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: radarr-config
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: sonarr
|
||||
image: lscr.io/linuxserver/sonarr:latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: sonarr-config
|
||||
|
||||
@@ -15,6 +15,7 @@ spec:
|
||||
containers:
|
||||
- name: unpackerr
|
||||
image: golift/unpackerr:latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: unpackerr-config
|
||||
|
||||
Reference in New Issue
Block a user