Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Commit

Permalink
Fixed helm configuration, missing port for relations api
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanguranda committed Nov 22, 2017
1 parent d9350f3 commit db5df41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ env:
WRITER_HEALTH_URI: http://content-collection-rw-neo4j:8080/__health
CONTENT_RESOLVER_URI: http://document-store-api:8080/content/
CONTENT_RESOLVER_HEALTH_URI: http://document-store-api:8080/__health
RELATIONS_RESOLVER_URI: http://relations-api/contentcollection/{uuid}/relations
RELATIONS_RESOLVER_HEALTH_URI: http://relations-api/__health
RELATIONS_RESOLVER_URI: http://relations-api:8080/contentcollection/{uuid}/relations
RELATIONS_RESOLVER_HEALTH_URI: http://relations-api:8080/__health
Q_WRITE_TOPIC: PostPublicationEvents

0 comments on commit db5df41

Please sign in to comment.