48 lines
960 B
YAML
48 lines
960 B
YAML
|
# Default values for Bitwarden.
|
||
|
|
||
|
image:
|
||
|
repository: ghcr.io/truecharts/freeradius
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v3.0.23@sha256:21454da0a4f4950dd9b97e82de5b56556fdf2bf38f60ae427852b74a2622c972
|
||
|
|
||
|
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: "/etc/raddb"
|
||
|
type: pvc
|
||
|
accessMode: ReadWriteOnce
|
||
|
size: "100Gi"
|