aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/onap
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2019-12-06 07:55:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-06 07:55:59 +0000
commit672e49683b77bfbc8bc1cbc14c9180a4575eedc7 (patch)
treeab421c0f1b48cd28fcb46ca2e7dd450260ce6bf5 /kubernetes/onap
parentcf7df6be28306495b412a34168a8195db7c0608c (diff)
parent4b52a1a088e169732c0baaab3a67e62f30950e01 (diff)
Merge "Vhosts support to the common ingress template"
Diffstat (limited to 'kubernetes/onap')
-rwxr-xr-xkubernetes/onap/values.yaml8
1 files changed, 7 insertions, 1 deletions
diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml
index 672ae2ef9e..af8456a9eb 100755
--- a/kubernetes/onap/values.yaml
+++ b/kubernetes/onap/values.yaml
@@ -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.
@@ -169,4 +175,4 @@ vid:
vnfsdk:
enabled: false
modeling:
- enabled: false
+ enabled: false \ No newline at end of file