NONRTRIC-946: Servicemanager - Add Kong data plane and control plane
[it/dep.git] / nonrtric / helm / nonrtric / values.yaml
index b4728c5..4f067e9 100644 (file)
@@ -1,26 +1,48 @@
-################################################################################
-#   Copyright (c) 2020 Nordix Foundation.                                      #
-#                                                                              #
-#   Licensed under the Apache License, Version 2.0 (the "License");            #
-#   you may not use this file except in compliance with the License.           #
-#   You may obtain a copy of the License at                                    #
-#                                                                              #
-#       http://www.apache.org/licenses/LICENSE-2.0                             #
-#                                                                              #
-#   Unless required by applicable law or agreed to in writing, software        #
-#   distributed under the License is distributed on an "AS IS" BASIS,          #
-#   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
-#   See the License for the specific language governing permissions and        #
-#   limitations under the License.                                             #
-################################################################################
-
-
+#  ============LICENSE_START===============================================
+#  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
+#  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.
+#  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#  Unless required by applicable law or agreed to in writing, software
+#  distributed under the License is distributed on an "AS IS" BASIS,
+#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#  See the License for the specific language governing permissions and
+#  limitations under the License.
+#  ============LICENSE_END=================================================
 
 nonrtric:
   installPms: true
   installA1controller: true
   installA1simulator: true
   installControlpanel: true
-  installEnrichmentservice: true
+  installInformationservice: true
   installRappcatalogueservice: true
+  installRappcatalogueEnhancedservice: true
   installNonrtricgateway: true
+  installDmaapadapterservice: true
+  installDmaapmediatorservice: true
+  installHelmmanager: true
+  installOrufhrecovery: true
+  installRansliceassurance: true
+  installCapifcore: true
+  installServicemanager: false
+  installRanpm: true
+  installrAppmanager: true
+  installDmeParticipant: 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