TrueChartsClone/charts/stable/freeradius/values.yaml

42 lines
716 B
YAML
Raw Normal View History

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
2021-09-01 07:36:10 -04:00
mountPath: "/etc/raddb"