Files
truecharts/charts/stable/freeradius/values.yaml
T
2f88a8d0bc chore(deps): update docker general non-major (#2917)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-06-17 10:25:47 +02:00

42 lines
716 B
YAML

image:
repository: tccr.io/truecharts/freeradius
pullPolicy: IfNotPresent
tag: v3.2.0@sha256:af2f56926a046858695857fedbb29e00bc1f9cbfccfbf35cb8a87c435fb996e1
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: UDP
port: 1812
targetPort: 1812
accounting:
enabled: true
ports:
accounting:
enabled: true
protocol: UDP
port: 1813
targetPort: 1813
probes:
liveness:
enabled: false
readiness:
enabled: false
startup:
enabled: false
persistence:
config:
enabled: true
mountPath: "/etc/raddb"