Merge "Update SDNC helm charts to use Neon version"
[oom.git] / kubernetes / onap / values.yaml
old mode 100644 (file)
new mode 100755 (executable)
index 6b283db..c009504
@@ -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
@@ -107,6 +111,8 @@ nbi:
     # openstack configuration
     openStackRegion: "Yolo"
     openStackVNFTenantId: "1234"
+nfs-provisioner:
+  enabled: false
 policy:
   enabled: false
 pomba:
@@ -160,3 +166,5 @@ vid:
   enabled: false
 vnfsdk:
   enabled: false
+modeling:
+  enabled: false