Skip to content

Commit 23f4d01

Browse files
committed
fix tmf svc names
1 parent 8ec93a4 commit 23f4d01

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

nubecao/dea/ic/dea-ic-prov/values.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -357,22 +357,22 @@ data-space-connector:
357357
## Config for the TM Forum Service hosting the APIs
358358
product-order:
359359
## URL of the TM Forum Service hosting the Product Ordering API
360-
url: http://provider-tm-forum-api-product-ordering-management.dea-ic-prov.svc.cluster.local:8080
360+
url: http://dea-ic-prov-provider-tm-forum-api-product-ordering-management.dea-ic-prov.svc.cluster.local:8080
361361
party:
362362
## URL of the TM Forum Service hosting the Party API
363-
url: http://provider-tm-forum-api-party-catalog.dea-ic-prov.svc.cluster.local:8080
363+
url: http://dea-ic-prov-provider-tm-forum-api-party-catalog.dea-ic-prov.svc.cluster.local:8080
364364
product-catalog:
365365
## URL of the TM Forum Service hosting the Product Catalog API
366-
url: http://provider-tm-forum-api-product-catalog.dea-ic-prov.svc.cluster.local:8080
366+
url: http://dea-ic-prov-provider-tm-forum-api-product-catalog.dea-ic-prov.svc.cluster.local:8080
367367
service-catalog:
368368
## URL of the TM Forum Service hosting the Service Catalog API
369-
url: http://provider-tm-forum-api-service-catalog.dea-ic-prov.svc.cluster.local:8080
369+
url: http://dea-ic-prov-provider-tm-forum-api-service-catalog.dea-ic-prov.svc.cluster.local:8080
370370
tmforum-agreement-api:
371371
## URL of the TM Forum Service hosting the Agreement API
372-
url: http://provider-tm-forum-api-agreement.dea-ic-prov.svc.cluster.local:8080
372+
url: http://dea-ic-prov-provider-tm-forum-api-agreement.dea-ic-prov.svc.cluster.local:8080
373373
quote:
374374
## URL for TM Forum Service hosting the Quote API
375-
url: http://provider-tm-forum-api-quote.dea-ic-prov.svc.cluster.local:8080
375+
url: http://dea-ic-prov-provider-tm-forum-api-quote.dea-ic-prov.svc.cluster.local:8080
376376
rainbow:
377377
## URL for the Rainbow service
378378
url: http://rainbow.dea-ic-prov.svc.cluster.local:8080
@@ -429,48 +429,48 @@ data-space-connector:
429429
name: marketplace-secret-env
430430
key: MONGO_BAE_CHARGING_PW
431431
- name: BAE_CB_CUSTOMER_BILL
432-
value: "http://provider-tm-forum-api-customer-bill-management.dea-ic-prov.svc.cluster.local:8080/tmf-api/customerBillManagement/v4"
432+
value: "http://dea-ic-prov-provider-tm-forum-api-customer-bill-management.dea-ic-prov.svc.cluster.local:8080/tmf-api/customerBillManagement/v4"
433433

434434
bizEcosystemApis:
435435
tmForum:
436436
catalog:
437-
host: provider-tm-forum-api-product-catalog.dea-ic-prov.svc.cluster.local
437+
host: dea-ic-prov-provider-tm-forum-api-product-catalog.dea-ic-prov.svc.cluster.local
438438
port: 8080
439439
path: /tmf-api/productCatalogManagement/v4
440440
ordering:
441-
host: provider-tm-forum-api-product-ordering-management.dea-ic-prov.svc.cluster.local
441+
host: dea-ic-prov-provider-tm-forum-api-product-ordering-management.dea-ic-prov.svc.cluster.local
442442
port: 8080
443443
path: /tmf-api/productOrderingManagement/v4
444444
billing:
445-
host: provider-tm-forum-api-account.dea-ic-prov.svc.cluster.local
445+
host: dea-ic-prov-provider-tm-forum-api-account.dea-ic-prov.svc.cluster.local
446446
port: 8080
447447
path: /tmf-api/accountManagement/v4
448448
usage:
449-
host: provider-tm-forum-api-usage-management.dea-ic-prov.svc.cluster.local
449+
host: dea-ic-prov-provider-tm-forum-api-usage-management.dea-ic-prov.svc.cluster.local
450450
port: 8080
451451
path: /tmf-api/usageManagement/v4
452452
party:
453-
host: provider-tm-forum-api-party-catalog.dea-ic-prov.svc.cluster.local
453+
host: dea-ic-prov-provider-tm-forum-api-party-catalog.dea-ic-prov.svc.cluster.local
454454
port: 8080
455455
path: /tmf-api/party/v4
456456
customer:
457-
host: provider-tm-forum-api-customer-management.dea-ic-prov.svc.cluster.local
457+
host: dea-ic-prov-provider-tm-forum-api-customer-management.dea-ic-prov.svc.cluster.local
458458
port: 8080
459459
path: /tmf-api/customerManagement/v4
460460
resources:
461-
host: provider-tm-forum-api-resource-catalog.dea-ic-prov.svc.cluster.local
461+
host: dea-ic-prov-provider-tm-forum-api-resource-catalog.dea-ic-prov.svc.cluster.local
462462
port: 8080
463463
path: /tmf-api/resourceCatalog/v4
464464
services:
465-
host: provider-tm-forum-api-service-catalog.dea-ic-prov.svc.cluster.local
465+
host: dea-ic-prov-provider-tm-forum-api-service-catalog.dea-ic-prov.svc.cluster.local
466466
port: 8080
467467
path: /tmf-api/serviceCatalogManagement/v4
468468
resourceInventory:
469-
host: provider-tm-forum-api-resource-inventory.dea-ic-prov.svc.cluster.local
469+
host: dea-ic-prov-provider-tm-forum-api-resource-inventory.dea-ic-prov.svc.cluster.local
470470
port: 8080
471471
path: /tmf-api/resourceInventoryManagement/v4
472472
inventory:
473-
host: provider-tm-forum-api-product-inventory.dea-ic-prov.svc.cluster.local
473+
host: dea-ic-prov-provider-tm-forum-api-product-inventory.dea-ic-prov.svc.cluster.local
474474
port: 8080
475475
path: /tmf-api/productInventory/v4
476476

0 commit comments

Comments
 (0)