Adding default volumes unless a dynamic volume provisioning is not available
[it/dep.git] / nonrtric / helm / nonrtric / values.yaml
index adf2fa5..5a13778 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-
-    
+nonrtric:
+  installPms: true
+  installA1controller: true
+  installA1simulator: true
+  installControlpanel: true
+  installEnrichmentservice: true
+  installRappcatalogueservice: true
+  installNonrtricgateway: true
+  volume1:
+    size: 1Gi
+    storageClassName: volume1
+  volume2:
+    size: 1Gi
+    storageClassName: volume2