Skip to content

Commit

Permalink
Disconnect dido and kepa from reads in prod (#1912)
Browse files Browse the repository at this point in the history
* Disconnect dido and kepa from reads in prod
* Connect inga to indexstar to not to break providers endpoint
  • Loading branch information
ischasny authored Jun 8, 2023
1 parent c6b37e7 commit 0f2ad51
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ spec:
- '--translateNonStreaming'
# Use service names local to the namespace over HTTP to avoid
# TLS handshake overhead.
- '--backends=http://dido-indexer:3000/'
- '--backends=http://kepa-indexer:3000/'
- '--backends=http://oden-indexer:3000/'
- '--backends=http://inga-indexer:3000/'
- '--backends=http://dhfind.internal.prod.cid.contact/'
- '--backends=http://dhfind-helga.internal.prod.cid.contact/'
- '--backends=http://dhfind-porvy.internal.prod.cid.contact/'
Expand Down

0 comments on commit 0f2ad51

Please sign in to comment.