Near RT RIC Platform new-installer initial release
[ric-plt/ric-dep.git] / new-installer / helm / charts / nearrtric / values.yaml
1 ################################################################################
2 #   Copyright (c) 2020 Nordix Foundation.                                      #
3 #   Copyright (c) 2023 Abhijit Gadgil.
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 nearrtric:
19
20   persistence:
21     mountPath: /dockerdata-nfs
22
23   # Optional Components
24   # TODO: Document when these optional components are enabled.
25   installA1Mediator: false
26   installAlarmManager: false
27   installJaegerAdapter: false
28   installO1Mediator: false
29   installVespamgr: false
30   installXappOnboarder: false
31
32   # Third Party Components
33   # TODO: Add documentation when these third party components are enabled.
34   installInfluxDB: false
35
36   volume1:
37     size: 1Gi
38     storageClassName: volume1
39   volume2:
40     size: 1Gi
41     storageClassName: volume2
42   volume3:
43     size: 1Gi
44     storageClassName: volume3