Create helm chart for cnf and crd controller 67/4567/6
authorLe Yao <54387247+leyao-daily@users.noreply.github.com>
Wed, 15 Dec 2021 02:23:07 +0000 (02:23 +0000)
committerLe Yao <le.yao@intel.com>
Mon, 20 Dec 2021 01:50:20 +0000 (01:50 +0000)
commit67230a934d2863d59da7540e2c937974a18f7549
tree5d5b81d6a6208ce01b521df20cf06c5543f1bdd9
parentabc60185b89c638862db6acf23d2e430f0fa102c
Create helm chart for cnf and crd controller

Create helm chart for CNF and CRD controller.
Add example configuration file for deployment.
Guide to deploy the helm.

Signed-off-by: Le Yao <le.yao@intel.com>
Change-Id: I3982a4c17ed5f1d4fa00de865fefdda83f2a7470
22 files changed:
platform/deployment/README.md [new file with mode: 0644]
platform/deployment/examples/README.md [new file with mode: 0644]
platform/deployment/examples/cnfservice.yaml [new file with mode: 0644]
platform/deployment/examples/nginx-dp-svc.yaml [new file with mode: 0644]
platform/deployment/helm/cert/cnf_cert.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_cnf/Chart.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_cnf/templates/_helpers.tpl [new file with mode: 0644]
platform/deployment/helm/sdewan_cnf/templates/cm.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_cnf/templates/deployment.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_cnf/templates/secret.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_cnf/values.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/.helmignore [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/Chart.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/_helpers.tpl [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/certificate.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/crd.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/deployment.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/issuer.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/role.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/service.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/templates/webhook.yaml [new file with mode: 0644]
platform/deployment/helm/sdewan_controllers/values.yaml [new file with mode: 0644]