commit | fcdad84ffea5d87af5eff513c6946308241d7d04 | [log] [tgz] |
---|---|---|
author | Randy Levensalor <r.levensalor@cablelabs.com> | Sun Sep 04 08:29:49 2022 -0600 |
committer | Randy Levensalor <r.levensalor@cablelabs.com> | Sun Sep 04 08:32:18 2022 -0600 |
tree | 9d54e4de1287001872784eaa461d3b42fe2bc411 | |
parent | a32c930a36bc5f56278234204909ada7e8aff1a5 [diff] |
Adding configuration options to configure freeradius service type To new configuration parameters are being added for customizing the free radius service. svc.type all of the service type to be modified svc.twoSvcs will create two sepperate service for UDP/TCP ports Some load balancer services (i.e. MetalLB) do not support UDP/TCP in a the same service, setting twoScvs will create a secon service the TCP based inner-tunnel Change-Id: I142f47e694a2375c663a0ee81093d55527e8f62b
This repo contains the helm charts for use in the CORD and subsidiary projects.
Thes charts are published on: https://charts.opencord.org/
Please see https://guide.opencord.org/charts/helm.html for more complete documentation.
When you make changes to charts, please make sure of the following:
Make sure the chart passes a strict lint with helm lint --strict <chartname>
. The scripts/helmlint.sh
will check all charts.
When you modify a chart, you must increase the version in Chart.yaml
. You may also need to update other charts that depend on your chart.