Files
truecharts/charts/stable/freeradius/values.yaml
T
Kjeld Schouten-LebbingandGitHub 48cebcb73c Add FreeRadius App (#674)
* Initial work on FreeRadius App

* use truecharts container

* remove unused configmap

* add v to container declearation

* UDP

* disable healthchecks due to UDP ports used

* questions cleanup

* some more tweaks

* also cleanup openldap a bit
2021-07-07 00:51:38 +02:00

48 lines
885 B
YAML

# Default values for Bitwarden.
image:
repository: ghcr.io/truecharts/freeradius
pullPolicy: IfNotPresent
tag: v3.0.23
service:
main:
ports:
main:
protocol: UDP
port: 1812
accounting:
ports:
accounting:
protocol: UDP
port: 1813
# -- Probe configuration
# -- [[ref]](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/)
# @default -- See below
probes:
# -- Liveness probe configuration
# @default -- See below
liveness:
enabled: false
# -- Redainess probe configuration
# @default -- See below
readiness:
enabled: false
# -- Startup probe configuration
# @default -- See below
startup:
enabled: false
env: {}
persistence:
config:
enabled: true
mountPath: "/config"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"