From 2538fe22105c6b53a3ff67585b6afa5c5e72b271 Mon Sep 17 00:00:00 2001 From: Anmol1696 Date: Thu, 29 Jun 2023 12:35:24 +0530 Subject: [PATCH] reduce resources for explorer in two chain, remove explorer from build-chain test --- tests/configs/build-chain.yaml | 5 ----- tests/configs/two-chain.yaml | 9 ++++++++- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/tests/configs/build-chain.yaml b/tests/configs/build-chain.yaml index 861d7302..67e164c9 100644 --- a/tests/configs/build-chain.yaml +++ b/tests/configs/build-chain.yaml @@ -35,11 +35,6 @@ relayers: - core-1 - cosmoshub-4 -explorer: - enabled: true - ports: - rest: 8080 - registry: enabled: true ports: diff --git a/tests/configs/two-chain.yaml b/tests/configs/two-chain.yaml index a5832b26..ed269cf3 100644 --- a/tests/configs/two-chain.yaml +++ b/tests/configs/two-chain.yaml @@ -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