TrueChartsClone/charts/stable/sonarr/helm-values.md

2.1 KiB

Default Helm-Values

TrueCharts is primarily build to supply TrueNAS SCALE Apps. However, we also supply all Apps as standard Helm-Charts. In this document we aim to document the default values in our values.yaml file.

Most of our Apps also consume our "common" Helm Chart. If this is the case, this means that all values.yaml values are set to the common chart values.yaml by default. This values.yaml file will only contain values that deviate from the common chart. You will, however, be able to use all values referenced in the common chart here, besides the values listed in this document.

Values

Key Type Default Description
env object {}
image.pullPolicy string "IfNotPresent"
image.repository string "ghcr.io/k8s-at-home/sonarr"
image.tag string "v3.0.6.1342@sha256:c57197cb264e2a0755da3efa8f76c1ef181ff303fb6f7dff099a54bb057838a8"
persistence.config.accessMode string "ReadWriteOnce"
persistence.config.enabled bool true
persistence.config.mountPath string "/config"
persistence.config.size string "100Gi"
persistence.config.type string "pvc"
probes.liveness.custom bool true
probes.liveness.enabled bool true
probes.liveness.spec.exec.command[0] string "/usr/bin/env"
probes.liveness.spec.exec.command[1] string "bash"
probes.liveness.spec.exec.command[2] string "-c"
probes.liveness.spec.exec.command[3] string "curl --fail localhost:8989/api/v3/system/status?apiKey=IFS=\> && while read -d \< E C; do if ; then echo $C; fi; done < /config/config.xml"
probes.liveness.spec.failureThreshold int 5
probes.liveness.spec.initialDelaySeconds int 60
probes.liveness.spec.periodSeconds int 10
probes.liveness.spec.successThreshold int 1
probes.liveness.spec.timeoutSeconds int 10
service.main.ports.main.port int 8989

All Rights Reserved - The TrueCharts Project