@@ -22,7 +22,7 @@ data-space-connector:
2222 host: broker.ic.dea.k8s.fiware.org
2323 upstream:
2424 nodes:
25- verifier:3000: 1
25+ verifier.provider.svc.cluster.local :3000: 1
2626 type: roundrobin
2727 plugins:
2828 proxy-rewrite:
@@ -31,7 +31,7 @@ data-space-connector:
3131 host: broker.ic.dea.k8s.fiware.org
3232 upstream:
3333 nodes:
34- data-service-scorpio:9090: 1
34+ data-service-scorpio.provider.svc.cluster.local :9090: 1
3535 type: roundrobin
3636 plugins:
3737 openid-connect:
@@ -49,7 +49,7 @@ data-space-connector:
4949 host: up-broker.ic.dea.k8s.fiware.org
5050 upstream:
5151 nodes:
52- data-service-scorpio:9090: 1
52+ data-service-scorpio.provider.svc.cluster.local :9090: 1
5353 type: roundrobin
5454 plugins:
5555 request-validation:
@@ -74,12 +74,12 @@ data-space-connector:
7474 host: tpp.ic.dea.k8s.fiware.org
7575 upstream:
7676 nodes:
77- rainbow:8080: 1
77+ rainbow.provider.svc.cluster.local :8080: 1
7878 - uri: /*
7979 host: tpp.ic.dea.k8s.fiware.org
8080 upstream:
8181 nodes:
82- rainbow:8080: 1
82+ rainbow.provider.svc.cluster.local :8080: 1
8383 plugins:
8484 openid-connect:
8585 bearer_only: true
@@ -96,7 +96,7 @@ data-space-connector:
9696 host: tmf.ic.dea.k8s.fiware.org
9797 upstream:
9898 nodes:
99- tm-forum-api:8080: 1
99+ tm-forum-api.provider.svc.cluster.local :8080: 1
100100 type: roundrobin
101101 plugins:
102102 openid-connect:
@@ -126,7 +126,7 @@ data-space-connector:
126126 trustedParticipantsLists :
127127 - https://tir.dea.k8s.fiware.org
128128 trustedIssuersLists :
129- - http://trusted-issuers-list:8080
129+ - http://trusted-issuers-list.provider.svc.cluster.local :8080
130130 jwtInclusion :
131131 enabled : true
132132 fullInclusion : true
@@ -164,7 +164,7 @@ data-space-connector:
164164 trustedParticipantsLists :
165165 - https://tir.dea.k8s.fiware.org
166166 trustedIssuersLists :
167- - http://trusted-issuers-list:8080
167+ - http://trusted-issuers-list.provider.svc.cluster.local :8080
168168 jwtInclusion :
169169 enabled : true
170170 fullInclusion : true
@@ -174,7 +174,7 @@ data-space-connector:
174174 trustedParticipantsLists :
175175 - https://tir.dea.k8s.fiware.org
176176 trustedIssuersLists :
177- - http://trusted-issuers-list:8080
177+ - http://trusted-issuers-list.provider.svc.cluster.local :8080
178178 jwtInclusion :
179179 enabled : true
180180 fullInclusion : true
@@ -187,7 +187,7 @@ data-space-connector:
187187 trustedParticipantsLists :
188188 - https://tir.dea.k8s.fiware.org
189189 trustedIssuersLists :
190- - http://trusted-issuers-list:8080
190+ - http://trusted-issuers-list.provider.svc.cluster.local :8080
191191 jwtInclusion :
192192 enabled : true
193193 fullInclusion : true
@@ -222,7 +222,7 @@ data-space-connector:
222222 server :
223223 host : https://verifier.ic.dea.k8s.fiware.org
224224 configRepo :
225- configEndpoint : http://credentials-config-service:8080
225+ configEndpoint : http://credentials-config-service.provider.svc.cluster.local :8080
226226 alternativeConfig : /alternative-conf/server.yaml
227227 additionalVolumes :
228228 - name : signing-key
@@ -261,7 +261,7 @@ data-space-connector:
261261 enabled : true
262262 secondary :
263263 persistence :
264- enabled : false
264+ enabled : true
265265
266266 postgis :
267267 primary :
@@ -323,7 +323,6 @@ data-space-connector:
323323 #!/bin/sh
324324 export GENERAL_ORGANIZATION_DID=did:web:ic.dea.k8s.fiware.org
325325 ./application -Dquarkus.http.host=0.0.0.0
326-
327326 ingress :
328327 enabled : false
329328
@@ -337,7 +336,7 @@ data-space-connector:
337336 rainbow :
338337 enabled : true
339338 db :
340- url : postgresql
339+ url : postgresql.provider.svc.cluster.local
341340 user : postgres
342341 existingSecret : database-secret
343342 passwordKey : postgres-admin-password
@@ -351,29 +350,29 @@ data-space-connector:
351350 # # Config for Trusted Issuers List
352351 trusted-issuers-list :
353352 # # URL of the Trusted Issuers List Service
354- url : http://trusted-issuers-list:8080
353+ url : http://trusted-issuers-list.provider.svc.cluster.local :8080
355354 # # Config for the TM Forum Service hosting the APIs
356355 product-order :
357356 # # URL of the TM Forum Service hosting the Product Ordering API
358- url : http://provider-tm-forum-api-product-ordering-management:8080
357+ url : http://provider-tm-forum-api-product-ordering-management.provider.svc.cluster.local :8080
359358 party :
360359 # # URL of the TM Forum Service hosting the Party API
361- url : http://provider-tm-forum-api-party-catalog:8080
360+ url : http://provider-tm-forum-api-party-catalog.provider.svc.cluster.local :8080
362361 product-catalog :
363362 # # URL of the TM Forum Service hosting the Product Catalog API
364- url : http://provider-tm-forum-api-product-catalog:8080
363+ url : http://provider-tm-forum-api-product-catalog.provider.svc.cluster.local :8080
365364 service-catalog :
366365 # # URL of the TM Forum Service hosting the Service Catalog API
367- url : http://provider-tm-forum-api-service-catalog:8080
366+ url : http://provider-tm-forum-api-service-catalog.provider.svc.cluster.local :8080
368367 tmforum-agreement-api :
369368 # # URL of the TM Forum Service hosting the Agreement API
370- url : http://provider-tm-forum-api-agreement:8080
369+ url : http://provider-tm-forum-api-agreement.provider.svc.cluster.local :8080
371370 quote :
372371 # # URL for TM Forum Service hosting the Quote API
373- url : http://provider-tm-forum-api-quote:8080
372+ url : http://provider-tm-forum-api-quote.provider.svc.cluster.local :8080
374373 rainbow :
375374 # # URL for the Rainbow service
376- url : http://rainbow:8080
375+ url : http://rainbow.provider.svc.cluster.local :8080
377376
378377 trusted-issuers-list :
379378 ingress :
@@ -427,48 +426,48 @@ data-space-connector:
427426 name : marketplace-secret-env
428427 key : MONGO_BAE_CHARGING_PW
429428 - name : BAE_CB_CUSTOMER_BILL
430- value : " http://provider-tm-forum-api-customer-bill-management:8080/tmf-api/customerBillManagement/v4"
429+ value : " http://provider-tm-forum-api-customer-bill-management.provider.svc.cluster.local :8080/tmf-api/customerBillManagement/v4"
431430
432431 bizEcosystemApis :
433432 tmForum :
434433 catalog :
435- host : provider-tm-forum-api-product-catalog
434+ host : provider-tm-forum-api-product-catalog.provider.svc.cluster.local
436435 port : 8080
437436 path : /tmf-api/productCatalogManagement/v4
438437 ordering :
439- host : provider-tm-forum-api-product-ordering-management
438+ host : provider-tm-forum-api-product-ordering-management.provider.svc.cluster.local
440439 port : 8080
441440 path : /tmf-api/productOrderingManagement/v4
442441 billing :
443- host : provider-tm-forum-api-account
442+ host : provider-tm-forum-api-account.provider.svc.cluster.local
444443 port : 8080
445444 path : /tmf-api/accountManagement/v4
446445 usage :
447- host : provider-tm-forum-api-usage-management
446+ host : provider-tm-forum-api-usage-management.provider.svc.cluster.local
448447 port : 8080
449448 path : /tmf-api/usageManagement/v4
450449 party :
451- host : provider-tm-forum-api-party-catalog
450+ host : provider-tm-forum-api-party-catalog.provider.svc.cluster.local
452451 port : 8080
453452 path : /tmf-api/party/v4
454453 customer :
455- host : provider-tm-forum-api-customer-management
454+ host : provider-tm-forum-api-customer-management.provider.svc.cluster.local
456455 port : 8080
457456 path : /tmf-api/customerManagement/v4
458457 resources :
459- host : provider-tm-forum-api-resource-catalog
458+ host : provider-tm-forum-api-resource-catalog.provider.svc.cluster.local
460459 port : 8080
461460 path : /tmf-api/resourceCatalog/v4
462461 services :
463- host : provider-tm-forum-api-service-catalog
462+ host : provider-tm-forum-api-service-catalog.provider.svc.cluster.local
464463 port : 8080
465464 path : /tmf-api/serviceCatalogManagement/v4
466465 resourceInventory :
467- host : provider-tm-forum-api-resource-inventory
466+ host : provider-tm-forum-api-resource-inventory.provider.svc.cluster.local
468467 port : 8080
469468 path : /tmf-api/resourceInventoryManagement/v4
470469 inventory :
471- host : provider-tm-forum-api-product-inventory
470+ host : provider-tm-forum-api-product-inventory.provider.svc.cluster.local
472471 port : 8080
473472 path : /tmf-api/productInventory/v4
474473
0 commit comments