X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fonap%2Fvalues.yaml;h=5344a423f3a295a67d0237a8b0612e6c5f1bc6fd;hb=5145c61e87e1d73935d395abfba6b9becb5d3b87;hp=6b283dbc941b1de2d6f1ce26c748f43591e3e4e8;hpb=ef0e4e3fee0dd0db53063863cedd22345e7498ba;p=oom.git diff --git a/kubernetes/onap/values.yaml b/kubernetes/onap/values.yaml old mode 100644 new mode 100755 index 6b283dbc94..5344a423f3 --- a/kubernetes/onap/values.yaml +++ b/kubernetes/onap/values.yaml @@ -1,4 +1,4 @@ -# Copyright © 2018 Amdocs, Bell Canada +# Copyright © 2019 Amdocs, Bell Canada # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -46,6 +46,10 @@ global: # by persistent volumes and log files persistence: mountPath: /dockerdata-nfs + enableDefaultStorageclass: false + parameters: {} + storageclassProvisioner: kubernetes.io/no-provisioner + volumeReclaimPolicy: Retain # override default resource limit flavor for all charts flavor: unlimited @@ -53,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. @@ -73,6 +83,8 @@ appc: openStackEncryptedPassword: admin cassandra: enabled: false +cds: + enabled: false clamp: enabled: false cli: @@ -160,3 +172,5 @@ vid: enabled: false vnfsdk: enabled: false +modeling: + enabled: false \ No newline at end of file