Add NONRTRIC rAppmanager HELM charts
[it/dep.git] / nonrtric / helm / nonrtric / values.yaml
index adf2fa5..c2f97c6 100644 (file)
@@ -1,5 +1,6 @@
 ################################################################################
 #   Copyright (c) 2020 Nordix Foundation.                                      #
+#   Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.       #
 #                                                                              #
 #   Licensed under the Apache License, Version 2.0 (the "License");            #
 #   you may not use this file except in compliance with the License.           #
 #   limitations under the License.                                             #
 ################################################################################
 
+nonrtric:
+  installPms: true
+  installA1controller: true
+  installA1simulator: true
+  installControlpanel: true
+  installInformationservice: true
+  installRappcatalogueservice: true
+  installRappcatalogueEnhancedservice: true
+  installNonrtricgateway: true
+  installDmaapadapterservice: true
+  installDmaapmediatorservice: true
+  installHelmmanager: true
+  installOrufhrecovery: true
+  installRansliceassurance: true
+  installCapifcore: true
+  installrAppmanager: true
 
-    
+  volume1:
+    size: 1Gi
+    storageClassName: volume1
+    hostPath: /dockerdata-nfs/nonrtric/volume1
+  volume2:
+    size: 1Gi
+    storageClassName: volume2
+    hostPath: /dockerdata-nfs/nonrtric/volume2
+  volume3:
+    size: 1Gi
+    storageClassName: volume3
\ No newline at end of file