1 ################################################################################
2 # Copyright (c) 2020 Nordix Foundation. #
4 # Licensed under the Apache License, Version 2.0 (the "License"); #
5 # you may not use this file except in compliance with the License. #
6 # You may obtain a copy of the License at #
8 # http://www.apache.org/licenses/LICENSE-2.0 #
10 # Unless required by applicable law or agreed to in writing, software #
11 # distributed under the License is distributed on an "AS IS" BASIS, #
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13 # See the License for the specific language governing permissions and #
14 # limitations under the License. #
15 ################################################################################
17 #-------------------------------------------------------------------------
18 # Global common setting
19 #-------------------------------------------------------------------------
22 releasePrefix: r2-dev-nonrtric
23 # Change the namespaces using the following options
26 ingressClassName: kong
27 # any nonrtric chart can be installed: nonrtric (all components), controlpanel, a1controller, a1simulator, policymanagementservice,
28 # enrichmentservice, rappcatalogueservice, nonrtricgateway
31 # A1 Conttroller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
34 imagePullPolicy: IfNotPresent
36 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
37 name: nonrtric-a1-controller
49 initialDelaySeconds: 300
52 initialDelaySeconds: 60
58 imagePullPolicy: IfNotPresent
60 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
72 initialDelaySeconds: 20
75 initialDelaySeconds: 20
89 imagePullPolicy: IfNotPresent
91 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
92 name: nonrtric-controlpanel
106 initialDelaySeconds: 20
109 initialDelaySeconds: 20
112 # Need to check the external port Availability
113 policymanagementservice:
114 policymanagementservice:
115 imagePullPolicy: IfNotPresent
117 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
118 name: nonrtric-policy-agent
129 initialDelaySeconds: 20
132 initialDelaySeconds: 20
135 volumeReclaimPolicy: Retain
136 accessMode: ReadWriteOnce
138 mountPath: /dockerdata-nfs
139 mountSubPath: nonrtric/policymanagementservice
143 imagePullPolicy: IfNotPresent
145 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
146 name: 'nonrtric-enrichment-coordinator-service'
157 initialDelaySeconds: 20
160 initialDelaySeconds: 20
164 volumeReclaimPolicy: Retain
165 accessMode: ReadWriteOnce
167 mountPath: /dockerdata-nfs
168 mountSubPath: nonrtric/enrichmentservice
170 rappcatalogueservice:
171 rappcatalogueservice:
172 imagePullPolicy: IfNotPresent
174 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
175 name: nonrtric-r-app-catalogue
186 initialDelaySeconds: 20
189 initialDelaySeconds: 20
194 imagePullPolicy: IfNotPresent
196 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
197 name: nonrtric-gateway
205 initialDelaySeconds: 20
208 initialDelaySeconds: 20