commit | 3f51f0ca67acf7a2f30e97299f3071cc0356990e | [log] [tgz] |
---|---|---|
author | Woojoong Kim <woojoong@opennetworking.org> | Fri Sep 06 11:31:13 2019 -0700 |
committer | Woojoong Kim <woojoong@opennetworking.org> | Tue Sep 17 22:01:20 2019 -0700 |
tree | a2f69c4255355f320202f81ecf48aef59968f7cc | |
parent | 8e3b79c47679bb5e1c9ae58ccf91361e01fbab74 [diff] |
[COMAC-175] CDN-Remote code refactoring - remove unnecessary values in values.yaml - use camelcase way - rename remote-streaming with video-archive - add dependency on antmedia - allow CDN-Local to pull all quality videos {360, 480, 720} - define Roles, RoleBinding, ServicAccount - Split each POD yaml file into Service, ConfigMap, and StatefulSet - Remove hard coded values in Service, ConfigMap, and StatefulSet and locate them to values.yaml Change-Id: Ifef695d463e77c1208e43be51114181e2b7f6350
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.