TrueChartsCatalogClone/stable/fireflyiii/13.0.9/helm-values.md

2.3 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.APP_KEY string "AGcfkCUS233ZWmBXztYbdyCs2u7kkz55"
env.DB_CONNECTION string "pgsql"
env.DB_DATABASE string "firefly"
env.DB_PORT int 5432
env.DB_USERNAME string "firefly"
envValueFrom.DB_HOST.secretKeyRef.key string "plainhost"
envValueFrom.DB_HOST.secretKeyRef.name string "dbcreds"
envValueFrom.DB_PASSWORD.secretKeyRef.key string "postgresql-password"
envValueFrom.DB_PASSWORD.secretKeyRef.name string "dbcreds"
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/fireflyiii-core"
image.tag string "version-5.5.12@sha256:f6dddfae65571d7995d5b24bf28fdf453775b825c35cac0c48b8ce52449090cf"
persistence.data.enabled bool true
persistence.data.mountPath string "/var/www/html/storage/upload"
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
postgresql.enabled bool true
postgresql.existingSecret string "dbcreds"
postgresql.postgresqlDatabase string "firefly"
postgresql.postgresqlUsername string "firefly"
probes.liveness.path string "/login"
probes.readiness.path string "/login"
probes.startup.path string "/login"
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service.main.ports.main.port int 10082
service.main.ports.main.targetPort int 8080

All Rights Reserved - The TrueCharts Project