blob: 1569604ab25e7ca4db8a0acb8f2b211c6cb80f70 [file] [log] [blame]
David Bainbridge564fcfb2019-07-18 23:58:35 +00001# Copyright 2019-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
David Bainbridge7fa6cb42020-06-12 16:52:38 -070014---
15nameOverride: ~
16fullNameOverride: ~
David Bainbridge564fcfb2019-07-18 23:58:35 +000017
David Bainbridge7fa6cb42020-06-12 16:52:38 -070018serviceaccount: ""
David Bainbridge564fcfb2019-07-18 23:58:35 +000019
20defaults:
21 image_pullPolicy: "Always"
22
23images:
24 radius:
David Bainbridge7fa6cb42020-06-12 16:52:38 -070025 registry: ""
Hardik Windlass91f3e7b2020-06-29 16:00:26 +053026 repository: "freeradius/freeradius-server"
David Bainbridge7fa6cb42020-06-12 16:52:38 -070027 tag: "{{ .Chart.AppVersion }}"
28 pullPolicy: "{{ .Values.defaults.image_pullPolicy }}"
Randy Levensalorbcc5e142022-08-19 08:57:40 -060029# pullSecrets:
30# - name: regcred
Randy Levensalorfcdad842022-09-04 08:29:49 -060031svc:
32 type: "ClusterIP"
33# Some load balancer services (i.e. MetalLB) do not support UDP/TCP
34# in a the same service, setting twoScvs will create a secon service
35# the TCP based inner-tunnel
36 twoSvcs: false