Aether-2840 create Helm chart for aether-enterprise-portal

Change-Id: Ife0ed75cb8bf616edb5998eafd837640b9f1067b
diff --git a/chronos-umbrella/Chart.yaml b/chronos-umbrella/Chart.yaml
index eefaa6a..890e03b 100644
--- a/chronos-umbrella/Chart.yaml
+++ b/chronos-umbrella/Chart.yaml
@@ -7,7 +7,7 @@
 description: Chronos Umbrella chart to deploy all Aether ROC

 kubeVersion: ">=1.18.0"

 type: application

-version: 0.0.3

+version: 0.0.4

 appVersion: v0.0.0

 keywords:

   - aether

@@ -30,3 +30,7 @@
     condition: import.chronos-exporter.enabled

     repository: "file://../chronos-exporter"

     version: 0.0.3

+  - name: aether-enterprise-portal

+    condition: import.aether-enterprise-portal.enabled

+    repository: "file://../aether-enterprise-portal"

+    version: 0.0.1

diff --git a/chronos-umbrella/values.yaml b/chronos-umbrella/values.yaml
index efb69bd..34af676 100644
--- a/chronos-umbrella/values.yaml
+++ b/chronos-umbrella/values.yaml
@@ -18,13 +18,16 @@
       enabled: true

   chronos-exporter:

     enabled: true

+  aether-enterprise-portal:

+    enabled: true

 

-#chronos-exporter:

-    #image:

-    #repository: onosproject/chronos-exporter

-    #tag: v0.0.1

-    #pullPolicy: IfNotPresent

-    #pullSecrets: []

+aether-enterprise-portal:

+  grafana:

+    proxyEnabled: true

+    service: chronos-umbrella-grafana

+  prometheus:

+    proxyEnabled: true

+    service: chronos-umbrella-prometheus-chronos-server

 

 grafana:

   sidecar: