diff options
author | Igor D.C <igor.duarte.cardoso@intel.com> | 2020-09-30 17:34:28 +0000 |
---|---|---|
committer | Igor D.C <igor.duarte.cardoso@intel.com> | 2020-10-06 20:27:25 +0000 |
commit | 5337bb6451634a5df0dc2068b9a37327b661966e (patch) | |
tree | f0f01a899ff6a687952c2a2e03207f2dae8e3e98 /deployments/helm/v2/emco/dcm/resources | |
parent | 936bfeda54f55d56751017d6e6674427b7addf81 (diff) |
Add DCM to Helm deployment folder
Also add DCM to cleanup-emco.sh.
Issue-ID: MULTICLOUD-1143
Change-Id: I2496c1fef2e2588c1c8e750105568afc210d54c3
Signed-off-by: Igor D.C <igor.duarte.cardoso@intel.com>
Diffstat (limited to 'deployments/helm/v2/emco/dcm/resources')
-rw-r--r-- | deployments/helm/v2/emco/dcm/resources/config/config.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deployments/helm/v2/emco/dcm/resources/config/config.json b/deployments/helm/v2/emco/dcm/resources/config/config.json new file mode 100644 index 00000000..7478656e --- /dev/null +++ b/deployments/helm/v2/emco/dcm/resources/config/config.json @@ -0,0 +1,8 @@ +{ + + "database-type": "mongo", + "database-ip": "emco-mongo", + "etcd-ip": "emco-etcd", + "service-port": "9077" +} + |