2024-10-13 22:28:28 +00:00
|
|
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
2024-06-15 19:37:56 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
2023-04-08 20:46:01 +00:00
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: radarr
|
|
|
|
namespace: download
|
|
|
|
spec:
|
|
|
|
interval: 5m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: app-template
|
2024-10-13 22:28:28 +00:00
|
|
|
version: 3.4.0
|
2023-04-08 20:46:01 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
|
|
|
name: bjws-charts
|
|
|
|
namespace: flux-system
|
|
|
|
|
|
|
|
values:
|
2024-10-13 22:28:28 +00:00
|
|
|
controllers:
|
|
|
|
main:
|
|
|
|
pod:
|
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: true
|
|
|
|
runAsUser: 10000
|
|
|
|
runAsGroup: 10000
|
|
|
|
fsGroup: 10000
|
|
|
|
fsGroupChangePolicy: OnRootMismatch
|
2023-05-04 20:07:52 +00:00
|
|
|
|
2024-10-13 22:28:28 +00:00
|
|
|
containers:
|
|
|
|
radarr:
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/onedr0p/radarr-develop
|
|
|
|
tag: 5.12.0.9255
|
2024-10-15 01:19:16 +00:00
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: radarr-secret
|
2024-10-13 22:28:28 +00:00
|
|
|
env:
|
|
|
|
TZ: America/New_York
|
2024-10-15 01:19:16 +00:00
|
|
|
RADARR__APP__INSTANCENAME: Radarr
|
|
|
|
RADARR__APP__THEME: dark
|
|
|
|
RADARR__AUTH__METHOD: External
|
|
|
|
RADARR__AUTH__REQUIRED: DisabledForLocalAddresses
|
|
|
|
RADARR__LOG__DBENABLED: "False"
|
|
|
|
RADARR__LOG__LEVEL: info
|
|
|
|
RADARR__SERVER__PORT: &port 7878
|
|
|
|
RADARR__UPDATE__BRANCH: develop
|
|
|
|
RADARR__POSTGRES__HOST: postgresql.database.svc
|
|
|
|
RADARR__POSTGRES__PORT: "5432"
|
|
|
|
RADARR__POSTGRES__MAINDB: radarr_main
|
|
|
|
probes:
|
|
|
|
liveness: &probes
|
|
|
|
enabled: true
|
|
|
|
custom: true
|
|
|
|
spec:
|
|
|
|
httpGet:
|
|
|
|
path: /ping
|
|
|
|
port: *port
|
|
|
|
initialDelaySeconds: 0
|
|
|
|
periodSeconds: 10
|
|
|
|
timeoutSeconds: 1
|
|
|
|
failureThreshold: 3
|
|
|
|
readiness: *probes
|
|
|
|
securityContext:
|
|
|
|
allowPrivilegeEscalation: false
|
|
|
|
readOnlyRootFilesystem: true
|
|
|
|
capabilities: { drop: ["ALL"] }
|
2024-10-13 22:28:28 +00:00
|
|
|
resources:
|
|
|
|
requests:
|
2024-10-15 01:19:16 +00:00
|
|
|
memory: 100Mi
|
2024-10-13 22:28:28 +00:00
|
|
|
limits:
|
2024-11-14 22:05:03 +00:00
|
|
|
memory: 4Gi
|
2023-05-04 20:07:52 +00:00
|
|
|
|
2024-10-13 22:28:28 +00:00
|
|
|
exportarr:
|
|
|
|
image:
|
|
|
|
repository: ghcr.io/onedr0p/exportarr
|
|
|
|
tag: v2.0.1
|
|
|
|
args:
|
|
|
|
- radarr
|
|
|
|
env:
|
|
|
|
- name: URL
|
|
|
|
value: "http://localhost"
|
|
|
|
- name: CONFIG
|
|
|
|
value: "/config/config.xml"
|
|
|
|
- name: PORT
|
|
|
|
value: 9000
|
|
|
|
- name: ENABLE_ADDITIONAL_METRICS
|
|
|
|
value: "true"
|
|
|
|
- name: ENABLE_UNKNOWN_QUEUE_ITEMS
|
|
|
|
value: "true"
|
2023-05-04 20:07:52 +00:00
|
|
|
|
2023-04-08 20:46:01 +00:00
|
|
|
ingress:
|
|
|
|
main:
|
|
|
|
annotations:
|
2023-04-15 05:17:55 +00:00
|
|
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
2023-04-08 20:46:01 +00:00
|
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
|
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
2024-10-13 22:28:28 +00:00
|
|
|
|
2023-04-08 20:46:01 +00:00
|
|
|
hosts:
|
2024-10-13 22:28:28 +00:00
|
|
|
- host: "radarr.${SECRET_NEW_DOMAIN}"
|
|
|
|
paths:
|
|
|
|
- path: /
|
|
|
|
service:
|
2024-10-13 23:26:00 +00:00
|
|
|
identifier: main
|
2024-10-13 22:28:28 +00:00
|
|
|
port: http
|
2023-05-04 20:07:52 +00:00
|
|
|
|
2024-10-13 22:28:28 +00:00
|
|
|
service:
|
2024-10-13 23:26:00 +00:00
|
|
|
main:
|
2024-10-13 22:28:28 +00:00
|
|
|
controller: main
|
|
|
|
|
|
|
|
ports:
|
|
|
|
http:
|
2024-10-15 01:19:16 +00:00
|
|
|
port: *port
|
2024-10-13 22:28:28 +00:00
|
|
|
metrics:
|
|
|
|
port: 9000
|
|
|
|
protocol: HTTP
|
|
|
|
|
2023-04-08 20:46:01 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
2024-10-15 00:11:18 +00:00
|
|
|
#type: hostPath
|
|
|
|
#hostPath: /mnt/MainPool/Kubernetes/radarr
|
|
|
|
existingClaim: radarr
|
2024-10-13 22:53:00 +00:00
|
|
|
globalMounts:
|
|
|
|
- path: /config
|
|
|
|
# main: # controller name
|
|
|
|
# radarr: # container name
|
|
|
|
# - path: /config
|
|
|
|
# exportarr:
|
|
|
|
# - path: /config
|
|
|
|
# readOnly: true
|
2023-04-08 20:46:01 +00:00
|
|
|
storage:
|
|
|
|
type: hostPath
|
|
|
|
hostPath: /mnt/MainPool/Media
|
2024-10-13 22:28:28 +00:00
|
|
|
advancedMounts:
|
|
|
|
main: # controller name
|
|
|
|
radarr: # container name
|
|
|
|
- path: /storage
|