Skip to content

Commit

Permalink
TACKLE-279 Added property for managing Controls service (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrizzi authored Jun 29, 2021
1 parent debd9d3 commit 0833e85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ quarkus.openshift.part-of=${quarkus.kubernetes.part-of}
quarkus.kubernetes.labels."app.kubernetes.io/component"=rest
quarkus.openshift.labels."app.kubernetes.io/component"=rest

io.tackle.applicationinventory.services.TagService/mp-rest/uri=http://tackle-controls:8080/controls/tag?page=0&size=1000
io.tackle.applicationinventory.services.BusinessServiceService/mp-rest/uri=http://tackle-controls:8080/controls/business-service?page=0&size=1000
io.tackle.applicationinventory.services.Controls.service=tackle-controls:8080
io.tackle.applicationinventory.services.TagService/mp-rest/uri=http://${io.tackle.applicationinventory.services.Controls.service}/controls/tag?page=0&size=1000
io.tackle.applicationinventory.services.BusinessServiceService/mp-rest/uri=http://${io.tackle.applicationinventory.services.Controls.service}/controls/business-service?page=0&size=1000

0 comments on commit 0833e85

Please sign in to comment.