diff options
author | Rajamohan Raj <rajamohan.raj@intel.com> | 2020-08-04 00:18:16 +0000 |
---|---|---|
committer | Ritu Sood <Ritu.Sood@intel.com> | 2020-08-21 00:12:44 +0000 |
commit | e3e6c103f6e1cd1431ddacd23d500f39fbd1bcee (patch) | |
tree | 25ab66ea5bca905d3251f830a8b7183b1ae8ba1e /kud/tests/vnfs/comp-app/collection/m3db/profile | |
parent | 38ed3fbf85636ad5f73538c2de07cce72499f5bf (diff) |
Updating m3db & m3db operator charts
In this patch, updated all the charts related to m3db.
Developed scripts for deployment m3db stack through
orchestrator.
Issue-ID: MULTICLOUD-1112
Signed-off-by: Rajamohan Raj <rajamohan.raj@intel.com>
Change-Id: I42677809709fc4d12f16a156e563d6618a8f8437
Diffstat (limited to 'kud/tests/vnfs/comp-app/collection/m3db/profile')
-rw-r--r-- | kud/tests/vnfs/comp-app/collection/m3db/profile/manifest.yaml | 4 | ||||
-rw-r--r-- | kud/tests/vnfs/comp-app/collection/m3db/profile/override_values.yaml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/kud/tests/vnfs/comp-app/collection/m3db/profile/manifest.yaml b/kud/tests/vnfs/comp-app/collection/m3db/profile/manifest.yaml new file mode 100644 index 00000000..4d381d02 --- /dev/null +++ b/kud/tests/vnfs/comp-app/collection/m3db/profile/manifest.yaml @@ -0,0 +1,4 @@ +--- +version: v1 +type: + values: "override_values.yaml" diff --git a/kud/tests/vnfs/comp-app/collection/m3db/profile/override_values.yaml b/kud/tests/vnfs/comp-app/collection/m3db/profile/override_values.yaml new file mode 100644 index 00000000..041fc40d --- /dev/null +++ b/kud/tests/vnfs/comp-app/collection/m3db/profile/override_values.yaml @@ -0,0 +1,6 @@ +service: + type: ClusterIP + nameOfPort: webPort + annotations: {} + labels: {} + clusterIP: ""
\ No newline at end of file |