Skip to content

Commit

Permalink
reduce resources for explorer in two chain, remove explorer from buil…
Browse files Browse the repository at this point in the history
…d-chain test
  • Loading branch information
Anmol1696 committed Jun 29, 2023
1 parent 2400cee commit 2538fe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 0 additions & 5 deletions tests/configs/build-chain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ relayers:
- core-1
- cosmoshub-4

explorer:
enabled: true
ports:
rest: 8080

registry:
enabled: true
ports:
Expand Down
9 changes: 8 additions & 1 deletion tests/configs/two-chain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,16 @@ relayers:
- cosmoshub-4

explorer:
enabled: false
enabled: true
ports:
rest: 8080
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 1
memory: 1Gi

registry:
enabled: true
Expand Down

0 comments on commit 2538fe2

Please sign in to comment.