Initial Version of Helm Chart for OpenDaylight 07/98207/1
authorAndrew Hsia <andrew.hsia@verizonwireless.com>
Thu, 28 Oct 2021 17:22:18 +0000 (13:22 -0400)
committerAndrew Hsia <andrew.hsia@verizonwireless.com>
Thu, 28 Oct 2021 17:22:18 +0000 (13:22 -0400)
commit3563a844f53f20a85737d9a602551d8b76cce172
treebc8edf4c6e33bc98fe35a9a08f6c70252e22ecad
parentf79911d90f38a823caaf3f074c39d3066dc2bf3d
Initial Version of Helm Chart for OpenDaylight

Signed-off-by: Andrew Hsia <andrew.hsia@verizonwireless.com>
Change-Id: I606aef322b463ee357dcd6c83679c97cba2b478b
12 files changed:
helm/README.md [new file with mode: 0644]
helm/opendaylight/.helmignore [new file with mode: 0644]
helm/opendaylight/Chart.yaml [new file with mode: 0644]
helm/opendaylight/templates/NOTES.txt [new file with mode: 0644]
helm/opendaylight/templates/_helpers.tpl [new file with mode: 0644]
helm/opendaylight/templates/configmap.yaml [new file with mode: 0644]
helm/opendaylight/templates/hpa.yaml [new file with mode: 0644]
helm/opendaylight/templates/ingress.yaml [new file with mode: 0644]
helm/opendaylight/templates/service.yaml [new file with mode: 0644]
helm/opendaylight/templates/serviceaccount.yaml [new file with mode: 0644]
helm/opendaylight/templates/statefulset.yaml [new file with mode: 0644]
helm/opendaylight/values.yaml [new file with mode: 0644]