2024-01-23 01:17:39 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
2023-04-10 03:05:12 +00:00
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: jellyseerr
|
|
|
|
namespace: media
|
|
|
|
spec:
|
|
|
|
interval: 5m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: app-template
|
|
|
|
version: 1.3.x
|
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: bjws-charts
|
|
|
|
namespace: flux-system
|
|
|
|
|
|
|
|
values:
|
|
|
|
image:
|
2023-04-10 03:14:44 +00:00
|
|
|
repository: fallenbagel/jellyseerr
|
2023-08-23 02:06:33 +00:00
|
|
|
tag: "preview-pr184"
|
2023-04-10 03:05:12 +00:00
|
|
|
|
2023-04-10 04:15:18 +00:00
|
|
|
podLabels:
|
|
|
|
needsDownload: "yes"
|
|
|
|
|
2023-04-10 03:05:12 +00:00
|
|
|
env:
|
|
|
|
TZ: America/New_York
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
http:
|
|
|
|
port: 5055
|
|
|
|
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
enabled: true
|
|
|
|
annotations:
|
2023-04-15 05:17:55 +00:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
2023-04-10 03:05:12 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
|
|
hosts:
|
2023-08-23 02:06:33 +00:00
|
|
|
- host: &host "jellyseerr.${SECRET_NEW_DOMAIN}"
|
2023-04-10 03:05:12 +00:00
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
pathType: Prefix
|
2023-04-13 05:21:06 +00:00
|
|
|
tls:
|
|
|
|
- hosts:
|
|
|
|
- *host
|
|
|
|
secretName: wildcard-main-tls
|
2023-04-10 03:05:12 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
type: hostPath
|
|
|
|
hostPath: /mnt/MainPool/Kubernetes/jellyseerr
|
|
|
|
mountPath: /app/config
|
|
|
|
|
|
|
|
resources:
|
|
|
|
requests:
|
|
|
|
cpu: 1m
|
|
|
|
memory: 140Mi
|
|
|
|
limits:
|
|
|
|
memory: 300Mi
|