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

2.2 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.CREATE_ADMIN int 1 Set to 1 to create an admin user from environment variables.
env.RUN_MIGRATIONS int 1 Set to 1 to run database migrations during application startup.
env.TZ string "UTC" Set the container timezone.
envValueFrom.DATABASE_URL object {"secretKeyRef":{"key":"urlnossl","name":"dbcreds"}} Postgresql connection parameters. See lib/pq for more details.
image.pullPolicy string "IfNotPresent"
image.repository string "tccr.io/truecharts/miniflux"
image.tag string "v2.0.34@sha256:38c0a023f8c60eea0b752b7b08170f8bd381ce0effdb406b6945201907edf81b"
persistence.config.enabled bool true
persistence.config.mountPath string "/config"
postgresql object Enabled (see values.yaml for more details) Enable and configure postgresql database subchart under this key.
probes object See values.yaml Configures the probes for the main Pod.
secret object See below environment variables. See miniflux docs for more details.
secret.ADMIN_PASSWORD string "changeme" Admin user password, it's used only if CREATE_ADMIN is enabled.
secret.ADMIN_USERNAME string "admin" Admin user login, it's used only if CREATE_ADMIN is enabled.
service object See values.yaml Configures service settings for the chart.

All Rights Reserved - The TrueCharts Project