Set pod labels for jellyfin and jellyseerr
This commit is contained in:
parent
88cd228c56
commit
0db470d757
|
@ -19,6 +19,10 @@ spec:
|
|||
matchLabels:
|
||||
name: "traefik"
|
||||
|
||||
- namespaceSelector:
|
||||
matchLabels:
|
||||
needsDownload: "yes"
|
||||
|
||||
# Allow all pods with this label
|
||||
- podSelector:
|
||||
matchLabels:
|
||||
|
|
|
@ -15,15 +15,13 @@ spec:
|
|||
namespace: flux-system
|
||||
|
||||
values:
|
||||
# Set a global label value
|
||||
global:
|
||||
labels:
|
||||
needsAuthentik: "yes"
|
||||
|
||||
image:
|
||||
repository: jellyfin/jellyfin
|
||||
tag: latest
|
||||
|
||||
podLabels:
|
||||
needsAuthentik: "yes"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
|
|
|
@ -19,6 +19,9 @@ spec:
|
|||
repository: fallenbagel/jellyseerr
|
||||
tag: develop
|
||||
|
||||
podLabels:
|
||||
needsDownload: "yes"
|
||||
|
||||
env:
|
||||
TZ: America/New_York
|
||||
|
||||
|
|
Loading…
Reference in New Issue