Merge "[CDS] Use global storage templates for PVC"
[oom.git] / kubernetes / onap / values.yaml
index 46c8db6..af8456a 100755 (executable)
@@ -57,6 +57,12 @@ global:
   # flag to enable debugging - application support required
   debugEnabled: false
 
+  #Global ingress configuration
+  ingress:
+    enabled: false
+    virtualhost:
+        enabled: true
+        baseurl: "simpledemo.onap.org"
 #################################################################
 # Enable/disable and configure helm charts (ie. applications)
 # to customize the ONAP deployment.
@@ -77,6 +83,8 @@ appc:
     openStackEncryptedPassword: admin
 cassandra:
   enabled: false
+cds:
+  enabled: false
 clamp:
   enabled: false
 cli:
@@ -167,6 +175,4 @@ vid:
 vnfsdk:
   enabled: false
 modeling:
-  enabled: false
-nginx-ingress:
-  enabled: false
+  enabled: false
\ No newline at end of file