TrueChartsCatalogClone/stable/freeradius/4.0.29/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 "tccr.io/truecharts/freeradius"
image.tag string "v3.0.25@sha256:071d2533ecfe74993de840359c939cf6fd25d4ea34322bf6211055e0e5e9d96f"
persistence.config.enabled bool true
persistence.config.mountPath string "/etc/raddb"
podSecurityContext.runAsGroup int 0
podSecurityContext.runAsUser int 0
probes object See below Probe configuration -- [ref]
probes.liveness object See below Liveness probe configuration
probes.readiness object See below Redainess probe configuration
probes.startup object See below Startup probe configuration
securityContext.readOnlyRootFilesystem bool false
securityContext.runAsNonRoot bool false
service.accounting.enabled bool true
service.accounting.ports.accounting.enabled bool true
service.accounting.ports.accounting.port int 1813
service.accounting.ports.accounting.protocol string "UDP"
service.accounting.ports.accounting.targetPort int 1813
service.main.ports.main.port int 1812
service.main.ports.main.protocol string "UDP"
service.main.ports.main.targetPort int 1812

All Rights Reserved - The TrueCharts Project