From 869809c0af54dec0c4c9a4a3ba5ec0c3de3d8079 Mon Sep 17 00:00:00 2001 From: MicaiahReid Date: Thu, 28 Sep 2023 21:05:26 -0400 Subject: [PATCH] increase resource allocation --- .../deployments/bitcoind-chain-coordinator.template.yaml | 4 ++-- templates/deployments/stacks-blockchain.template.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/deployments/bitcoind-chain-coordinator.template.yaml b/templates/deployments/bitcoind-chain-coordinator.template.yaml index a49d7e4..e77b2ee 100644 --- a/templates/deployments/bitcoind-chain-coordinator.template.yaml +++ b/templates/deployments/bitcoind-chain-coordinator.template.yaml @@ -54,9 +54,9 @@ spec: resources: requests: cpu: 250m - memory: 256Mi + memory: 750Mi limits: - memory: 256Mi + memory: 750Mi - command: - ./stacks-network - --namespace=$(NAMESPACE) diff --git a/templates/deployments/stacks-blockchain.template.yaml b/templates/deployments/stacks-blockchain.template.yaml index 813fc94..578ae93 100644 --- a/templates/deployments/stacks-blockchain.template.yaml +++ b/templates/deployments/stacks-blockchain.template.yaml @@ -60,9 +60,9 @@ spec: resources: requests: cpu: 250m - memory: 256Mi + memory: 750Mi limits: - memory: 256Mi + memory: 750Mi volumes: - configMap: name: stacks-blockchain