Add controller blueprints 99/66199/5
authorMike Elliott <mike.elliott@amdocs.com>
Wed, 12 Sep 2018 18:45:40 +0000 (14:45 -0400)
committerAlexis de Talhouët <adetalhouet89@gmail.com>
Fri, 21 Sep 2018 00:45:35 +0000 (20:45 -0400)
commit37cae2542ba41720da3179f5955401fc0ed66184
tree70352533e246bf535f0c33dbc99ba570612881b7
parentcc927e9e4ff9c4f28ba0ee0bc6256ee0eed8338e
Add controller blueprints

This is a common Helm Chart for deploying the new Controller Blurprints
miscroservice as part of the CDS work being done to enable self service.

Change-Id: I435fb4d2b269e230c3149fb39b3632d3eac93878
Issue-ID: CCSDK-523
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
kubernetes/common/controller-blueprints/.helmignore [new file with mode: 0644]
kubernetes/common/controller-blueprints/Chart.yaml [new file with mode: 0644]
kubernetes/common/controller-blueprints/requirements.yaml [new file with mode: 0644]
kubernetes/common/controller-blueprints/resources/config/application.properties [new file with mode: 0644]
kubernetes/common/controller-blueprints/resources/config/logback.xml [new file with mode: 0644]
kubernetes/common/controller-blueprints/templates/configmap.yaml [new file with mode: 0644]
kubernetes/common/controller-blueprints/templates/deployment.yaml [new file with mode: 0644]
kubernetes/common/controller-blueprints/templates/secrets.yaml [new file with mode: 0644]
kubernetes/common/controller-blueprints/templates/service.yaml [new file with mode: 0644]
kubernetes/common/controller-blueprints/values.yaml [new file with mode: 0644]