media pull policy

This commit is contained in:
2024-04-17 11:57:33 -04:00
parent c00bb7a310
commit f2cfc001e2
6 changed files with 6 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ spec:
containers:
- name: jellyfin
image: lscr.io/linuxserver/jellyfin:latest
imagePullPolicy: Always
securityContext:
privileged: true
ports:

View File

@@ -15,6 +15,7 @@ spec:
containers:
- name: jellyseerr
image: fallenbagel/jellyseerr:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: jellyseerr-config

View File

@@ -15,6 +15,7 @@ spec:
containers:
- name: prowlarr
image: lscr.io/linuxserver/prowlarr:latest
imagePullPolicy: Always
ports:
- containerPort: 9696
name: http

View File

@@ -15,6 +15,7 @@ spec:
containers:
- name: radarr
image: lscr.io/linuxserver/radarr:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: radarr-config

View File

@@ -15,6 +15,7 @@ spec:
containers:
- name: sonarr
image: lscr.io/linuxserver/sonarr:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: sonarr-config

View File

@@ -15,6 +15,7 @@ spec:
containers:
- name: unpackerr
image: golift/unpackerr:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: unpackerr-config