Improve oran_oom helm charts
[it/dep.git] / smo-install / oran_oom / nonrtric / values.yaml
1 #  ============LICENSE_START===============================================
2 #  Copyright (C) 2020-2023 Nordix Foundation. All rights reserved.
3 #  Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved.
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 #  ============LICENSE_END=================================================
17
18 global:
19     ingress:
20       # generally enable ingress for components
21       enabled: true
22       # enable all component's Ingress interfaces
23       enable_all: false
24       # Ingress class (only for provider "ingress"): e.g. kong, nginx, traefik
25       ingressClass:
26
27 nonrtric:
28   persistence:
29     mountPath: /dockerdata-nfs
30   installPms: true
31   installA1controller: true
32   installA1simulator: true
33   installControlpanel: true
34   installInformationservice: true
35   installRappcatalogueservice: true
36   installNonrtricgateway: true
37   installORUApp: true
38   installODUSMOApp: true
39   installODUICSApp: true
40   installTopology: true
41   installKong: true
42   installDmaapadapterservice: true
43   installDmaapmediatorservice: true
44   installHelmmanager: true
45   installrAppmanager: true
46   installDmeParticipant: true
47
48   volume1:
49     size: 1Gi
50     storageClassName: volume1
51   volume2:
52     size: 1Gi
53     storageClassName: volume2
54   volume3:
55     size: 1Gi
56     storageClassName: volume3
57
58 kong:
59   ingressController:
60     installCRDs: false
61   admin:
62     enabled: true