Skip to content

Commit

Permalink
feat(azure): links for customer service
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurzydym committed Apr 23, 2024
1 parent 948e9b4 commit e9a7dff
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backstage/examples/address-validation-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"spec": {
"type": "internal-service",
"type": "system-api",
"description": "This is the description of the address-validation service.",
"lifecycle": "experimental",
"owner": "ok-user-team",
Expand Down
2 changes: 1 addition & 1 deletion backstage/examples/billing-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"spec": {
"type": "b2b-service",
"type": "business-api",
"description": "This is the description of the billing service.",
"lifecycle": "experimental",
"owner": "ok-user-team",
Expand Down
4 changes: 4 additions & 0 deletions backstage/examples/customer-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"kind": "Component",
"metadata": {
"name": "customer-service",
"links": [{
"url": "http://customer.ok-cluster.azure.cloud.openknowledge.services/customers",
"title": "Customer Service"
}],
"annotations": {
"backstage.io/managed-by-origin-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml",
"backstage.io/managed-by-location": "url:http://localhost:9080/service-repository/api/backstage/catalog-info.yaml"
Expand Down
2 changes: 1 addition & 1 deletion backstage/examples/delivery-service/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
},
"spec": {
"type": "service",
"type": "business-api",
"description": "This is the description of the delivery service.",
"lifecycle": "experimental",
"owner": "ok-delivery-team",
Expand Down

0 comments on commit e9a7dff

Please sign in to comment.