blob: 2ccbb75c017ce3add114caab59685c81f59e8ff9 [file] [log] [blame]
rohithrajneesh177701e2023-12-18 23:02:55 +00001# ============LICENSE_START===============================================
2# Copyright (C) 2023 Nordix Foundation. All rights reserved.
aravind.est6f3b0402024-03-07 15:53:04 +00003# Copyright (C) 2023-2024 OpenInfra Foundation Europe. All rights reserved.
rohithrajneesh177701e2023-12-18 23:02:55 +00004# ========================================================================
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=================================================
Lathish65cb6092020-03-26 15:06:31 +000017
18#-------------------------------------------------------------------------
19# Global common setting
20#-------------------------------------------------------------------------
21
PatrikBuhrc5c107d2021-05-26 09:26:09 +020022
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +010023# Here you can enable inclusion or exclusion of each component. A not enabled component will not be installed.
PatrikBuhrc5c107d2021-05-26 09:26:09 +020024nonrtric:
25 installPms: true
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010026 installA1controller: true
27 installA1simulator: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020028 installControlpanel: true
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010029 installInformationservice: true
30 installRappcatalogueservice: true
aravind.est8a7e77f2023-01-09 14:48:22 +000031 installRappcatalogueenhancedservice: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020032 installNonrtricgateway: true
DenisGNoonanb4dae852024-03-26 14:46:10 +000033 installKong: true
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010034 installDmaapadapterservice: true
35 installDmaapmediatorservice: true
36 installHelmmanager: true
elinuxhenrik89a42982022-07-01 11:19:43 +020037 installOrufhrecovery: true
38 installRansliceassurance: true
aravind.est0c128bc2023-07-18 13:48:12 +010039 installCapifcore: true
DenisGNoonanb4dae852024-03-26 14:46:10 +000040 installServicemanager: true
aravind.est031a9112024-03-14 15:52:15 +000041 installRanpm: false
aravind.est6f3b0402024-03-07 15:53:04 +000042 # rApp Manager functionality relies on ACM for its operation
aravind.estf36dc4a2023-11-14 13:17:48 +000043 installrAppmanager: true
aravind.est6f3b0402024-03-07 15:53:04 +000044 # DME Participant should only be activated when ACM installation is available for this participant to utilize
45 installDmeParticipant: false
aravind.est0c128bc2023-07-18 13:48:12 +010046
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020047 volume1:
48 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
49 size: 2Gi
50 storageClassName: pms-storage
PatrikBuhr4c590d92021-12-09 14:16:01 +010051 hostPath: /var/nonrtric/pms-storage
RehanRaza2482dc92021-09-22 18:14:27 +020052 volume2:
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020053 # Set the size to 0 if you do not need the volume (if you are using Dynamic Volume Provisioning)
54 size: 2Gi
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010055 storageClassName: ics-storage
PatrikBuhr4c590d92021-12-09 14:16:01 +010056 hostPath: /var/nonrtric/ics-storage
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010057 volume3:
58 size: 1Gi
59 storageClassName: helmmanager-storage
Lathish65cb6092020-03-26 15:06:31 +000060common:
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020061 releasePrefix: r3-dev-nonrtric
62# Do not change the namespace
Lathish65cb6092020-03-26 15:06:31 +000063 namespace:
64 nonrtric: nonrtric
RehanRaza2482dc92021-09-22 18:14:27 +020065 ingressClassName: kong
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010066
67informationservice:
68 informationservice:
69 imagePullPolicy: Always
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020070 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +010071 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +020072 name: 'nonrtric-plt-informationcoordinatorservice'
rohithrajneesh177701e2023-12-18 23:02:55 +000073 tag: 1.6.0
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020074 service:
75 allowHttp: true
76 httpName: http
77 internalPort1: 9082
78 targetPort1: 8083
79 httpsName: https
80 internalPort2: 9083
81 targetPort2: 8434
82 liveness:
83 initialDelaySeconds: 20
84 periodSeconds: 10
85 readiness:
86 initialDelaySeconds: 20
87 periodSeconds: 10
88 persistence:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010089 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
90 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020091 size: 2Gi
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010092 storageClassName: ics-storage
93 ingress:
94 enabled: true
PatrikBuhr8a1a9a42021-06-04 10:57:06 +020095
96# Need to check the external port Availability
97policymanagementservice:
98 policymanagementservice:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010099 imagePullPolicy: Always
PatrikBuhr8a1a9a42021-06-04 10:57:06 +0200100 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100101 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +0200102 name: nonrtric-plt-a1policymanagementservice
rohithrajneesh177701e2023-12-18 23:02:55 +0000103 tag: 2.7.0
PatrikBuhr8a1a9a42021-06-04 10:57:06 +0200104 service:
105 allowHttp: true
106 httpName: http
DenisGNoonan1fd14f92024-06-06 16:03:41 +0100107 internalPort1: 8081
PatrikBuhr8a1a9a42021-06-04 10:57:06 +0200108 targetPort1: 8081
109 httpsName: https
DenisGNoonan1fd14f92024-06-06 16:03:41 +0100110 internalPort2: 8433
PatrikBuhr8a1a9a42021-06-04 10:57:06 +0200111 targetPort2: 8433
112 liveness:
113 initialDelaySeconds: 20
114 periodSeconds: 10
115 readiness:
116 initialDelaySeconds: 20
117 periodSeconds: 10
118 persistence:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100119 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
120 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
PatrikBuhr8a1a9a42021-06-04 10:57:06 +0200121 size: 2Gi
122 storageClassName: pms-storage
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100123 ingress:
124 enabled: true
aravind.est9a6d11a2024-08-07 16:33:01 +0100125 #Volumepermissions needs to align with the container build arguments
126 volumepermissions:
127 groupid: 120957
128 userid: 120957
Lathish7e090012020-04-01 17:38:20 +0100129
elinuxhenrik89a42982022-07-01 11:19:43 +0200130# A1 Controller may take few more minutes to start. Increase the initialDelaySeconds in liveness to avoid container restart.
Lathish7e090012020-04-01 17:38:20 +0100131a1controller:
Lathishe4d2f4b2020-04-20 17:21:51 +0100132 a1controller:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100133 imagePullPolicy: Always
Lathishe4d2f4b2020-04-20 17:21:51 +0100134 image:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100135 registry: 'nexus3.onap.org:10002/onap'
136 name: sdnc-image
137 tag: 2.1.6
Lathishe4d2f4b2020-04-20 17:21:51 +0100138 replicaCount: 1
139 service:
RehanRazad052a252020-05-27 14:56:30 +0200140 allowHttp: true
141 httpName: http
142 internalPort1: 8282
143 targetPort1: 8181
144 httpsName: https
145 internalPort2: 8383
146 targetPort2: 8443
147 liveness:
Lathish7a934702020-06-04 13:14:41 +0100148 initialDelaySeconds: 300
RehanRazad052a252020-05-27 14:56:30 +0200149 periodSeconds: 10
150 readiness:
151 initialDelaySeconds: 60
152 periodSeconds: 10
Lathish65cb6092020-03-26 15:06:31 +0000153
154a1simulator:
Lathishe4d2f4b2020-04-20 17:21:51 +0100155 a1simulator:
156 name: a1-sim
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100157 imagePullPolicy: Always
Lathishe4d2f4b2020-04-20 17:21:51 +0100158 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100159 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +0100160 name: a1-simulator
rohithrajneesh177701e2023-12-18 23:02:55 +0000161 tag: 2.6.1
Lathishe4d2f4b2020-04-20 17:21:51 +0100162 service:
RehanRaza036da7f2020-06-01 17:11:37 +0200163 allowHttp: true
RehanRazae5a6ed02020-05-29 11:30:58 +0200164 httpName: http
165 internalPort1: 8085
166 targetPort1: 8085
167 httpsName: https
168 internalPort2: 8185
169 targetPort2: 8185
170 liveness:
171 initialDelaySeconds: 20
172 periodSeconds: 10
173 readiness:
174 initialDelaySeconds: 20
175 periodSeconds: 10
Lathishe4d2f4b2020-04-20 17:21:51 +0100176 oscVersion:
177 name: a1-sim-osc
178 replicaCount: 2
179 stdVersion:
180 name: a1-sim-std
181 replicaCount: 2
ecaiyanlinuxee640dc2020-12-22 09:25:03 +0100182 stdVersion2:
183 name: a1-sim-std2
184 replicaCount: 2
Lathish7e090012020-04-01 17:38:20 +0100185
186controlpanel:
Lathishe4d2f4b2020-04-20 17:21:51 +0100187 controlpanel:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100188 imagePullPolicy: Always
Lathishe4d2f4b2020-04-20 17:21:51 +0100189 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100190 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
Lathishe4d2f4b2020-04-20 17:21:51 +0100191 name: nonrtric-controlpanel
rohithrajneeshf5876052023-06-21 12:45:25 +0100192 tag: 2.5.0
Lathishe4d2f4b2020-04-20 17:21:51 +0100193 replicaCount: 1
194 service:
Lathish32a43aa2020-05-20 23:18:18 +0100195 allowHttp: true
196 httpName: http
197 internalPort1: 8080
198 targetPort1: 8080
199 externalPort1: 30091
200 httpsName: https
201 internalPort2: 8081
202 targetPort2: 8082
203 externalPort2: 30092
204 liveness:
205 initialDelaySeconds: 20
206 periodSeconds: 10
207 readiness:
208 initialDelaySeconds: 20
209 periodSeconds: 10
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100210 ingress:
211 enabled: false
Lathish65cb6092020-03-26 15:06:31 +0000212
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100213rappcatalogueservice:
214 rappcatalogueservice:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100215 imagePullPolicy: Always
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100216 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100217 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +0200218 name: nonrtric-plt-rappcatalogue
rohithrajneeshf5876052023-06-21 12:45:25 +0100219 tag: 1.2.0
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100220 service:
221 allowHttp: true
222 httpName: http
223 internalPort1: 9085
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100224 targetPort1: 8680
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100225 httpsName: https
226 internalPort2: 9086
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100227 targetPort2: 8633
elinuxhenrikf38d71d2020-12-01 13:08:14 +0100228 liveness:
229 initialDelaySeconds: 20
230 periodSeconds: 10
231 readiness:
232 initialDelaySeconds: 20
ecaiyanlinuxee640dc2020-12-22 09:25:03 +0100233 periodSeconds: 10
RehanRazae6914732021-02-04 13:17:31 +0100234
aravind.est1932aca2022-12-16 14:59:58 +0000235rappcatalogueenhancedservice:
236 rappcatalogueenhancedservice:
237 imagePullPolicy: Always
238 image:
239 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
240 name: nonrtric-plt-rappcatalogue-enhanced
rohithrajneesh177701e2023-12-18 23:02:55 +0000241 tag: 1.1.0
aravind.est1932aca2022-12-16 14:59:58 +0000242 service:
243 allowHttp: true
244 httpName: http
245 internalPort1: 9696
246 targetPort1: 9696
247 liveness:
248 initialDelaySeconds: 20
249 periodSeconds: 10
250 readiness:
251 initialDelaySeconds: 20
252 periodSeconds: 10
253
RehanRazae6914732021-02-04 13:17:31 +0100254nonrtricgateway:
255 nonrtricgateway:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100256 imagePullPolicy: Always
RehanRazae6914732021-02-04 13:17:31 +0100257 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100258 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
RehanRazae6914732021-02-04 13:17:31 +0100259 name: nonrtric-gateway
rohithrajneeshf5876052023-06-21 12:45:25 +0100260 tag: 1.2.0
RehanRazae6914732021-02-04 13:17:31 +0100261 service:
262 httpName: http
263 internalPort1: 9090
264 targetPort1: 9090
265 externalPort1: 30093
266 liveness:
267 initialDelaySeconds: 20
268 periodSeconds: 10
269 readiness:
270 initialDelaySeconds: 20
PatrikBuhr866a34f2021-04-12 17:02:21 +0200271 periodSeconds: 10
RehanRaza2482dc92021-09-22 18:14:27 +0200272
273dmaapadapterservice:
274 dmaapadapterservice:
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100275 imagePullPolicy: Always
RehanRaza2482dc92021-09-22 18:14:27 +0200276 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100277 registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc'
elinuxhenrik89a42982022-07-01 11:19:43 +0200278 name: 'nonrtric-plt-dmaapadapter'
rohithrajneeshf5876052023-06-21 12:45:25 +0100279 tag: 1.3.0
RehanRaza2482dc92021-09-22 18:14:27 +0200280 service:
281 allowHttp: true
282 httpName: http
283 internalPort1: 9087
284 targetPort1: 8084
285 httpsName: https
286 internalPort2: 9088
287 targetPort2: 8435
288 liveness:
289 initialDelaySeconds: 20
290 periodSeconds: 10
291 readiness:
292 initialDelaySeconds: 20
293 periodSeconds: 10
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100294
295dmaapmediatorservice:
296 dmaapmediatorservice:
297 imagePullPolicy: IfNotPresent
298 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100299 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
elinuxhenrik89a42982022-07-01 11:19:43 +0200300 name: "nonrtric-plt-dmaapmediatorproducer"
rohithrajneeshf5876052023-06-21 12:45:25 +0100301 tag: 1.2.0
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100302 service:
303 allowHttp: true
304 httpName: http
305 internalPort1: 8085
306 targetPort1: 8085
307 httpsName: https
308 internalPort2: 8185
309 targetPort2: 8185
310 liveness:
311 initialDelaySeconds: 20
312 periodSeconds: 10
313 readiness:
314 initialDelaySeconds: 20
315 periodSeconds: 10
316
317helmmanager:
318 helmmanager:
319 clusterRoleName: cluster-admin
320 imagePullPolicy: Always
321 image:
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100322 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
elinuxhenrik89a42982022-07-01 11:19:43 +0200323 name: "nonrtric-plt-helmmanager"
rohithrajneeshf5876052023-06-21 12:45:25 +0100324 tag: 1.3.0
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +0100325 service:
326 httpName: http
327 internalPort1: 8112
328 targetPort1: 8083
329 liveness:
330 initialDelaySeconds: 20
331 periodSeconds: 10
332 readiness:
333 initialDelaySeconds: 20
334 periodSeconds: 10
335 persistence:
336 # Either refer to a volume created under the nonrtric by storageClassName. Then the claimed size should be the same.
337 # The alternative use a dynamic volume provisioner in the cluster. Storage class can then be for instance 'standard' or 'gluster-fs' (depeneds on which classes that are available)
338 size: 1Gi
BjornMagnussonXA9b63bfe2021-12-16 21:30:28 +0100339 storageClassName: helmmanager-storage
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100340
elinuxhenrik89a42982022-07-01 11:19:43 +0200341ransliceassurance:
342 ransliceassurance:
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100343 imagePullPolicy: IfNotPresent
344 image:
345 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
elinuxhenrik89a42982022-07-01 11:19:43 +0200346 name: "nonrtric-rapp-ransliceassurance"
rohithrajneeshf5876052023-06-21 12:45:25 +0100347 tag: 1.3.0
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100348 env:
349 mr_host: "http://onap-dmaap"
350 mr_port: "3904"
351 sdnr_address: "http://sdnr:8181"
352 sdnr_user: "admin"
353 sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
354 log_level: "Info"
355 polltime: "10"
aravind.estd1457dd2022-12-16 17:21:32 +0000356 node_id: "o-du-1122"
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100357
elinuxhenrik89a42982022-07-01 11:19:43 +0200358orufhrecovery:
359 orufhrecovery:
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100360 imagePullPolicy: IfNotPresent
361 image:
362 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
ktimoneyf67e67b2022-06-08 14:39:57 +0100363 name: "nonrtric-rapp-orufhrecovery-consumer"
elinuxhenrik89a42982022-07-01 11:19:43 +0200364 tag: 1.1.0
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100365 env:
366 consumer_host: "http://mrproducer"
367 consumer_port: "8095"
ecaiyanlinuxbaeef2c2022-02-14 22:36:54 +0100368 consumer_cert_path: "security/consumer.crt"
369 consumer_key_path: "security/consumer.key"
ecaiyanlinuxf5c959c2021-12-15 15:06:42 +0100370 info_coord_addr: "http://ics:8083"
371 sdnr_address: "http://sdnr:8282"
372 sdnr_user: "admin"
373 sdnr_password: "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U"
374 oru_to_odu_map_file: "o-ru-to-o-du-map.csv"
375 log_level: "Info"
elinuxhenrik89a42982022-07-01 11:19:43 +0200376
aravind.est41f01082022-12-16 13:12:34 +0000377capifcore:
378 capifcore:
379 imagePullPolicy: IfNotPresent
380 image:
DenisGNoonan2e1a9962024-04-17 15:11:09 +0100381 registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
aravind.est41f01082022-12-16 13:12:34 +0000382 name: nonrtric-plt-capifcore
DenisGNoonan2e1a9962024-04-17 15:11:09 +0100383 tag: 1.3.1
aravind.est41f01082022-12-16 13:12:34 +0000384 env:
385 chart_museum_url: "http://chartmuseum:8080"
aravind.estf36dc4a2023-11-14 13:17:48 +0000386 repo_name: "capifcore"
387
DenisGNoonanb4dae852024-03-26 14:46:10 +0000388servicemanager:
389 servicemanager:
390 imagePullPolicy: IfNotPresent
391 image:
392 registry: "nexus3.o-ran-sc.org:10004/o-ran-sc"
393 name: nonrtric-plt-servicemanager
DenisGNoonana86df572024-04-22 16:46:57 +0100394 tag: 0.1.2
DenisGNoonanb4dae852024-03-26 14:46:10 +0000395
aravind.estf36dc4a2023-11-14 13:17:48 +0000396rappmanager:
397 rappmanager:
398 imagePullPolicy: IfNotPresent
399 image:
rohithrajneesh177701e2023-12-18 23:02:55 +0000400 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
aravind.estf36dc4a2023-11-14 13:17:48 +0000401 name: nonrtric-plt-rappmanager
rohithrajneesh177701e2023-12-18 23:02:55 +0000402 tag: 0.0.1
aravind.estf36dc4a2023-11-14 13:17:48 +0000403 service:
404 httpName: http
405 internalPort1: 8080
406 targetPort1: 8080
407 liveness:
408 initialDelaySeconds: 20
409 periodSeconds: 10
410 readiness:
411 initialDelaySeconds: 20
412 periodSeconds: 10
413 ingress:
414 enabled: true
415 acm:
416 username: cnVudGltZVVzZXI=
417 password: emIhWHp0RzM0
aravind.est7a8f9742023-11-16 13:19:15 +0000418
419dmeparticipant:
420 dmeparticipant:
421 imagePullPolicy: IfNotPresent
422 image:
rohithrajneesh177701e2023-12-18 23:02:55 +0000423 registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
aravind.est7a8f9742023-11-16 13:19:15 +0000424 name: nonrtric-plt-participant-impl-dme
rohithrajneesh177701e2023-12-18 23:02:55 +0000425 tag: 0.0.1
aravind.est7a8f9742023-11-16 13:19:15 +0000426 service:
427 httpName: http
428 internalPort1: 8080
429 targetPort1: 8080
430 liveness:
431 initialDelaySeconds: 20
432 periodSeconds: 10
433 readiness:
434 initialDelaySeconds: 20
435 periodSeconds: 10
436 ingress:
437 enabled: false
438 security:
439 username: cGFydGljaXBhbnRVc2VyCg==
440 password: emIhWHp0RzM0