No introduction found. Create it?
Install with:
helm repo add app-template oci://ghcr.io/bjw-s-labs/helm/app-template
helm install readarr app-template/app-template -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
readarr | billimek/k8s-gitops | 731 | 4.2.0 | 2 months ago |
See the most popular values for this chart:
Key | Types |
---|---|
controllers.readarr.containers.app.image.repository (18) ghcr.io/home-operations/readarr | string |
controllers.readarr.containers.app.image.tag (18) 0.4.18.2805@sha256:8f7551205fbdccd526db23a38a6fba18b0f40726e63bb89be0fb2333ff4ee4cd | string |
string | |
string | |
string | |
controllers.readarr.containers.app.env.READARR__AUTH__REQUIRED (14) DisabledForLocalAddresses | string |
number | |
string | |
string | |
string | |
string | |
string | |
string | |
number | |
controllers.readarr.containers.app.env.READARR__APPLICATION_URL (2) https://radarr.eviljungle.com | string |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
controllers.readarr.containers.app.env.READARR__AUTH_REQUIRED (1) DisabledForLocalAddresses | string |
string | |
controllers.readarr.containers.app.env.READARR__AUTHENTICATION_REQUIRED (1) DisabledForLocalAddresses | string |
string | |
number | |
number | |
controllers.readarr.containers.app.env.READARR__POSTGRES__HOST (1) readarr-pgbouncer.media.svc | string |
string | |
string | |
string | |
string | |
string | |
string | |
number | |
string | |
string | |
string | |
boolean | |
boolean | |
number | |
string | |
number | |
number | |
number | |
number | |
boolean | |
boolean | |
number | |
string | |
number | |
number | |
number | |
number | |
boolean | |
boolean | |
string | |
boolean | |
controllers.readarr.containers.readarr.env.READARR__AUTH__APIKEY (2) ${READARR_API_KEY} | string |
string | |
controllers.readarr.containers.readarr.env.READARR__AUTH__REQUIRED (2) DisabledForLocalAddresses | string |
string | |
string | |
string | |
string | |
string | |
string | |
controllers.readarr.containers.readarr.env.READARR__POSTGRES__HOST (1) postgres-rw.data.svc.cluster.local | string |
string | |
string | |
controllers.readarr.containers.readarr.env.READARR__POSTGRES__PASSWORD (1) ${READARR_POSTGRES_PASSWORD} | string |
string | |
controllers.readarr.containers.readarr.env.READARR__POSTGRES__USER (1) ${READARR_POSTGRES_USER} | string |
number | |
string | |
controllers.readarr.containers.readarr.image.repository (2) ghcr.io/joryirving/readarr-develop | string |
controllers.readarr.containers.readarr.image.tag (2) 0.4.12.2753@sha256:2d2577d3c27d8892d8d886a3dcd58215b20402aee320da4914dfbd5db373cab4 | string |
boolean | |
boolean | |
number | |
string | |
number | |
number | |
number | |
number | |
boolean | |
boolean | |
number | |
string | |
number | |
number | |
number | |
number | |
string | |
string | |
string | |
boolean | |
string | |
boolean | |
string | |
number, string | |
string | |
number, string | |
number, string | |
boolean | |
controllers.readarr.pod.securityContext.supplementalGroups[] (2) - "100" | number |
string | |
controllers.readarr.initContainers.init-db.image.repository (3) ghcr.io/home-operations/postgres-init | string |
number | |
string | |
string | |
controllers.readarr.initContainers.01-init-db.image.repository (1) ghcr.io/home-operations/postgres-init | string |
string | |
controllers.readarr.initContainers.change-ownership.args (1) cp /secret/config.xml /config/config.xml; chown $PUID:$PGID /config/config.xml; | string |
string | |
number | |
number | |
string | |
controllers.readarr.initContainers.change-ownership.image.tag (1) 3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 | string |
string | |
string | |
controllers.readarr.replicas (1) ${REPLICAS:=1} | string |
controllers.readarr.strategy (1) RollingUpdate | string |
controllers.readarr.type (1) statefulset | string |
string | |
boolean | |
string | |
persistence.config.accessMode (1) ReadWriteOnce | string |
string | |
persistence.config.storageClass (1) ceph-block | string |
string | |
persistence.config.type (1) persistentVolumeClaim | string |
string | |
boolean | |
persistence.media.path (13) /mnt/tank/media | string |
persistence.media.server (13) nas.home | string |
string | |
boolean | |
persistence.media.existingClaim (1) nfs-media-pvc-v2 | string |
persistence.tmp.type (10) emptyDir | string |
string | |
string | |
string | |
persistence.data.path (3) /emc1/media | string |
persistence.data.server (3) ${NAS_IP} | string |
string | |
persistence.backup.globalMounts[].path (2) /config/Backups | string |
persistence.backup.path (2) /tank/Apps/backups/readarr | string |
persistence.backup.server (2) duriel.internal | string |
string | |
boolean | |
persistence.cache.existingClaim (2) readarr-cache | string |
persistence.cache.globalMounts[].path (2) /config/MediaCover | string |
persistence.tmpfs.type (2) emptyDir | string |
persistence.tmpfs.advancedMounts.readarr.readarr[].path (1) /config/logs | string |
string | |
string | |
string | |
string | |
string | |
boolean | |
string | |
boolean | |
persistence.books.hostPath (1) ${SHARED_MEDIA_PATH}/books | string |
persistence.books.type (1) hostPath | string |
persistence.config-cache.existingClaim (1) readarr-cache | string |
persistence.config-cache.globalMounts[].path (1) /var/lib/readarr/MediaCover | string |
persistence.config-file.globalMounts[].path (1) /secret/config.xml | string |
string | |
persistence.config-file.name (1) {{ .Release.Name }}-secret | string |
string | |
boolean | |
string | |
boolean | |
persistence.downloads.hostPath (1) ${SHARED_MEDIA_PATH}/download/books | string |
persistence.downloads.type (1) hostPath | string |
boolean | |
string | |
persistence.nfs-nas-media.path (1) /tank/Media | string |
persistence.nfs-nas-media.server (1) duriel.internal | string |
string | |
persistence.rclone.globalMounts[].path (1) /mnt/decypharr | string |
boolean | |
persistence.rclone.hostPath (1) /mnt/decypharr | string |
persistence.rclone.type (1) hostPath | string |
string | |
persistence.symlinks.globalMounts[].path (1) /mnt/symlinks/decypharr | string |
boolean | |
number | |
string | |
number | |
number | |
boolean | |
string | |
number | |
boolean | |
string | |
string | |
string | |
string | |
string | |
boolean | |
string | |
number | |
service.app.controller (12) readarr | string |
service.app.ipFamilyPolicy (1) RequireDualStack | string |
service.main.controller (2) readarr | string |
number | |
string | |
number | |
route.app.hostnames[] (9) - readarr.aresu.eu | string |
route.app.parentRefs[].name (9) internal | string |
route.app.parentRefs[].namespace (9) kube-system | string |
string | |
number | |
string | |
string | |
route.app.annotations."gethomepage.dev/description" (1) eBook Downloads | string |
string | |
string | |
string | |
string | |
route.app.annotations."gethomepage.dev/widget.key" (1) {{ `{{HOMEPAGE_VAR_READARR_TOKEN}}` }} | string |
string | |
route.app.annotations."gethomepage.dev/widget.url" (1) http://{{ .Release.Name }}.{{ .Release.Namespace }}:80 | string |
route.readarr.hostnames[] (2) - {{ .Release.Name }}.${SECRET_DOMAIN} | string |
string | |
route.readarr.parentRefs[].namespace (2) kube-system | string |
string | |
route.readarr.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production | string |
route.readarr.annotations."gethomepage.dev/description" (1) Books Downloader | string |
string | |
string | |
string | |
string | |
route.readarr.annotations."gethomepage.dev/widget.key" (1) ${HOMEPAGE_READARR_KEY} | string |
string | |
route.readarr.annotations."gethomepage.dev/widget.url" (1) http://readarr.media:8787 | string |
boolean | |
string | |
number | |
ingress.app.className (6) internal | string |
ingress.app.hosts[].host (6) {{ .Release.Name }}.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
string | |
ingress.app.tls[].hosts[] (4) - {{ .Release.Name }}.${SECRET_DOMAIN} | string |
ingress.app.tls[].secretName (2) readarr-tls | string |
ingress.app.annotations."nginx.ingress.kubernetes.io/auth-response-headers" (2) Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid | string |
ingress.app.annotations."nginx.ingress.kubernetes.io/auth-signin" (2) https://readarr.${SECRET_DOMAIN}/outpost.goauthentik.io/start?rd=$escaped_request_uri | string |
ingress.app.annotations."nginx.ingress.kubernetes.io/auth-snippet" (2) proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
proxy_set_header X-Original-Method $request_method;
proxy_set_header X-Forwarded-Method $request_method;
proxy_set_header X-Forwarded-For $remote_addr;
| string |
ingress.app.annotations."nginx.ingress.kubernetes.io/auth-url" (2) http://ak-outpost-internal-proxy-outpost.security.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx | string |
ingress.app.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production-internal | string |
ingress.app.annotations."external-dns.alpha.kubernetes.io/target" (1) internal.ewatkins.dev | string |
string | |
string | |
string | |
string | |
ingress.app.annotations."gethomepage.dev/widget.key" (1) {{`{{HOMEPAGE_VAR_READARR_KEY}}`}} | string |
string | |
ingress.app.annotations."gethomepage.dev/widget.url" (1) http://readarr.media | string |
string | |
string | |
string | |
string | |
string | |
string | |
ingress.app.annotations."traefik.ingress.kubernetes.io/router.middlewares" (1) networking-ipwhitelist@kubernetescrd | string |
boolean | |
ingress.main.className (1) nginx-tailscale | string |
ingress.main.hosts[].host (1) readarr.eviljungle.com | string |
string | |
string | |
string | |
string | |
ingress.main.tls[].hosts[] (1) - readarr.eviljungle.com | string |
ingress.readarr.annotations."cert-manager.io/cluster-issuer" (1) letsencrypt-production | string |
string | |
ingress.readarr.annotations."traefik.ingress.kubernetes.io/router.middlewares" (1) networking-traefik-forward-auth@kubernetescrd | string |
string | |
string | |
ingress.readarr.hosts[].host (1) readarr.${SECRET_DOMAIN} | string |
string | |
string | |
string | |
string | |
ingress.readarr.tls[].hosts[] (1) - readarr.${SECRET_DOMAIN} | string |
ingress.readarr.tls[].secretName (1) readarr-tls | string |
fullnameOverride (1) readarr | string |