Set pod labels for jellyfin and jellyseerr
This commit is contained in:
parent
88cd228c56
commit
0db470d757
|
@ -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:
|
||||||
|
|
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue