chore: update app-template chart for radarr
This commit is contained in:
parent
6bf0b594c0
commit
adc21e7861
|
@ -1,3 +1,4 @@
|
||||||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
kind: HelmRelease
|
kind: HelmRelease
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -8,112 +9,100 @@ spec:
|
||||||
chart:
|
chart:
|
||||||
spec:
|
spec:
|
||||||
chart: app-template
|
chart: app-template
|
||||||
version: 1.3.x
|
version: 3.4.0
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: bjws-charts
|
name: bjws-charts
|
||||||
namespace: flux-system
|
namespace: flux-system
|
||||||
|
|
||||||
values:
|
values:
|
||||||
image:
|
controllers:
|
||||||
repository: ghcr.io/onedr0p/radarr-develop
|
|
||||||
tag: "5.12.0.9255"
|
|
||||||
|
|
||||||
# Metrics sidecar
|
|
||||||
sidecars:
|
|
||||||
exportarr:
|
|
||||||
image: ghcr.io/onedr0p/exportarr:v2.0.1
|
|
||||||
args:
|
|
||||||
- radarr
|
|
||||||
ports:
|
|
||||||
- name: metrics
|
|
||||||
containerPort: 9000
|
|
||||||
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"
|
|
||||||
volumeMounts:
|
|
||||||
- name: config
|
|
||||||
mountPath: /config
|
|
||||||
readOnly: true
|
|
||||||
|
|
||||||
env:
|
|
||||||
TZ: America/New_York
|
|
||||||
|
|
||||||
service:
|
|
||||||
main:
|
main:
|
||||||
labels:
|
pod:
|
||||||
app: radarr-service
|
securityContext:
|
||||||
|
runAsNonRoot: true
|
||||||
|
runAsUser: 10000
|
||||||
|
runAsGroup: 10000
|
||||||
|
fsGroup: 10000
|
||||||
|
fsGroupChangePolicy: OnRootMismatch
|
||||||
|
|
||||||
ports:
|
containers:
|
||||||
http:
|
radarr:
|
||||||
port: 7878
|
image:
|
||||||
|
repository: ghcr.io/onedr0p/radarr-develop
|
||||||
|
tag: 5.12.0.9255
|
||||||
|
|
||||||
metrics:
|
env:
|
||||||
enabled: true
|
TZ: America/New_York
|
||||||
port: 9000
|
|
||||||
protocol: HTTP
|
|
||||||
|
|
||||||
probes:
|
resources:
|
||||||
liveness:
|
requests:
|
||||||
enabled: false
|
cpu: 1m
|
||||||
# custom: true
|
memory: 350Mi
|
||||||
# spec:
|
limits:
|
||||||
# httpGet:
|
memory: 1500Mi
|
||||||
# path: /ping
|
|
||||||
# port: 7878
|
exportarr:
|
||||||
# initialDelaySeconds: 10
|
image:
|
||||||
# periodSeconds: 10
|
repository: ghcr.io/onedr0p/exportarr
|
||||||
# timeoutSeconds: 3
|
tag: v2.0.1
|
||||||
# failureThreshold: 3
|
|
||||||
startup:
|
args:
|
||||||
enabled: false
|
- 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"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
main:
|
main:
|
||||||
enabled: true
|
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-authentik@kubernetescrd
|
||||||
hosts:
|
|
||||||
- host: &host "radarr.${SECRET_NEW_DOMAIN}"
|
|
||||||
paths:
|
|
||||||
- path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- *host
|
|
||||||
|
|
||||||
|
hosts:
|
||||||
|
- host: "radarr.${SECRET_NEW_DOMAIN}"
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
service:
|
||||||
|
identifier: radarr
|
||||||
|
port: http
|
||||||
|
|
||||||
|
service:
|
||||||
|
app:
|
||||||
|
controller: main
|
||||||
|
|
||||||
|
ports:
|
||||||
|
http:
|
||||||
|
port: 7878
|
||||||
|
metrics:
|
||||||
|
port: 9000
|
||||||
|
protocol: HTTP
|
||||||
|
|
||||||
persistence:
|
persistence:
|
||||||
config:
|
config:
|
||||||
enabled: true
|
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Kubernetes/radarr
|
hostPath: /mnt/MainPool/Kubernetes/radarr
|
||||||
mountPath: /config
|
advancedMounts:
|
||||||
|
main: # controller name
|
||||||
|
radarr: # container name
|
||||||
|
- path: /config
|
||||||
|
exportarr:
|
||||||
|
- path: /config
|
||||||
|
readOnly: true
|
||||||
storage:
|
storage:
|
||||||
enabled: true
|
|
||||||
type: hostPath
|
type: hostPath
|
||||||
hostPath: /mnt/MainPool/Media
|
hostPath: /mnt/MainPool/Media
|
||||||
mountPath: /storage
|
advancedMounts:
|
||||||
|
main: # controller name
|
||||||
podSecurityContext:
|
radarr: # container name
|
||||||
runAsNonRoot: true
|
- path: /storage
|
||||||
runAsUser: 10000
|
|
||||||
runAsGroup: 10000
|
|
||||||
fsGroup: 10000
|
|
||||||
fsGroupChangePolicy: OnRootMismatch
|
|
||||||
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 1m
|
|
||||||
memory: 350Mi
|
|
||||||
limits:
|
|
||||||
memory: 1500Mi
|
|
||||||
|
|
Loading…
Reference in New Issue