We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7157a78 commit 71cbcecCopy full SHA for 71cbcec
test/data/bitcoin_conf/node-defaults.yaml
@@ -2,3 +2,11 @@ image:
2
repository: bitcoindevproject/bitcoin
3
pullPolicy: IfNotPresent
4
tag: "27.0"
5
+
6
+resources:
7
+ limits:
8
+ cpu: 4000m
9
+ memory: 500Mi
10
+ requests:
11
+ cpu: 100m
12
+ memory: 200Mi
0 commit comments