From a1f5727caeff397c137fd50c3c20bcbfdf5ebb2d Mon Sep 17 00:00:00 2001 From: Chong Yang Date: Fri, 20 Dec 2024 13:49:38 +1030 Subject: [PATCH 1/2] feat: update the container resource cpu limits --- deploy/production/cage-keeper.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy/production/cage-keeper.yaml b/deploy/production/cage-keeper.yaml index 8b52982..ff166e7 100644 --- a/deploy/production/cage-keeper.yaml +++ b/deploy/production/cage-keeper.yaml @@ -16,7 +16,6 @@ podAnnotations: reloader.stakater.com/auto: "true" resources: limits: - cpu: 0.3 memory: 512Mi requests: cpu: 0.05 From a029da3e2d06756fa3971c8a2beedbe29ab850d1 Mon Sep 17 00:00:00 2001 From: Chong Yang Date: Mon, 6 Jan 2025 14:33:01 +1030 Subject: [PATCH 2/2] fix: update test workflow dependencies --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 8660d2f..30d237e 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -21,7 +21,7 @@ jobs: - name: install packages run: | sudo apt-get update - sudo apt-get -y install python3-pip jshon jq virtualenv pkg-config openssl libssl-dev autoconf libtool libsecp256k1-dev + sudo apt-get -y install python3-pip jshon jq virtualenv pkg-config openssl libssl-dev autoconf libtool libsecp256k1-dev docker-compose pip install $(cat requirements.txt $(find lib -name requirements.txt | sort) | sort | uniq | sed 's/ *== */==/g') pip install -r requirements-dev.txt