Files
truecharts/charts/stable/automatic-music-downloader/helm-values.md
T
Stavros KoisandGitHub 2fdade39d2 feat(apps): move some apps to stable (#2504)
* feat(apps): move apps to stable

* move to stable

* move to stable

* remove jwt and let it auto generate

* remove jwt

* move to stable

* move to stabel

* move to stable

* move to stable

* move to stable and upate image refs

* move to stable

* fix appsmith

* typo
2022-04-18 19:57:07 +00:00

1.6 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
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/automatic-music-downloader"
image.tag string "latest@sha256:541eff647695209e9071e9483f434420e2d333068865e75e9db40b045e1a8358"
persistence.config.enabled bool true
persistence.config.mountPath string "/config"
persistence.data.enabled bool true
persistence.data.mountPath string "/downloads-amd"
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
probes.liveness.enabled bool false
probes.readiness.enabled bool false
probes.startup.enabled bool false
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service.main.enabled bool false
service.main.ports.main.enabled bool false

All Rights Reserved - The TrueCharts Project