Adding default volumes unless a dynamic volume provisioning is not available
[it/dep.git] / nonrtric / helm / nonrtric / values.yaml
index b4728c5..5a13778 100644 (file)
@@ -14,8 +14,6 @@
 #   limitations under the License.                                             #
 ################################################################################
 
-
-
 nonrtric:
   installPms: true
   installA1controller: true
@@ -24,3 +22,9 @@ nonrtric:
   installEnrichmentservice: true
   installRappcatalogueservice: true
   installNonrtricgateway: true
+  volume1:
+    size: 1Gi
+    storageClassName: volume1
+  volume2:
+    size: 1Gi
+    storageClassName: volume2