Set pod labels for jellyfin and jellyseerr

This commit is contained in:
SeanOMik 2023-04-10 00:15:18 -04:00
parent 88cd228c56
commit 0db470d757
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
3 changed files with 10 additions and 5 deletions

View File

@ -19,6 +19,10 @@ spec:
matchLabels: matchLabels:
name: "traefik" name: "traefik"
- namespaceSelector:
matchLabels:
needsDownload: "yes"
# Allow all pods with this label # Allow all pods with this label
- podSelector: - podSelector:
matchLabels: matchLabels:

View File

@ -15,15 +15,13 @@ spec:
namespace: flux-system namespace: flux-system
values: values:
# Set a global label value
global:
labels:
needsAuthentik: "yes"
image: image:
repository: jellyfin/jellyfin repository: jellyfin/jellyfin
tag: latest tag: latest
podLabels:
needsAuthentik: "yes"
service: service:
main: main:
ports: ports:

View File

@ -19,6 +19,9 @@ spec:
repository: fallenbagel/jellyseerr repository: fallenbagel/jellyseerr
tag: develop tag: develop
podLabels:
needsDownload: "yes"
env: env:
TZ: America/New_York TZ: America/New_York