commit | 9bcff46dec1751873e7a42a5eca4097e82972efc | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Thu Sep 19 12:59:01 2019 -0700 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Thu Sep 19 12:59:01 2019 -0700 |
tree | 1b6349cc299b341d2a1d724e95a64a982d151155 | |
parent | 3f51f0ca67acf7a2f30e97299f3071cc0356990e [diff] |
[COMAC-174] CDN-Local code refactoring - only possible to use SRIOV - remove unnecessary values in values.yaml - use camel case - rename nginx-rtmp to nginx - allow CDN-Local to use multiple CDN-Remotes - pull all videos from all CDN-Remotes - define Roles, RoleBinding, ServiceAccount - split each POD yaml file into Service, ConfigMap, and StatefulSet - Remove hard coded values in Service, ConfigMap, and StatefulSet and then locate them to values.yaml Change-Id: Ib7c0d674f5aa4118274f1aad6888e373ef5c97be
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.