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