Stacks
network
network
is Stacks network to join and sync. Possible values are mainnet
and testnet
.
network
is immutable, can't be changed after node is created.
rpcPort
rpcPort
is JSON-RPC server port.
rpcHost
rpcHost
is JSON-RPC server host.
p2pPort
p2pPort
is p2p bind port.
p2pHost
p2pHost
is p2p bind host.
bitcoinNode
bitcoinNode
is Bitcoin node details for Stacks node to connect and query:
miner
miner
enables mining.
seedPrivateKeySecretName
seedPrivateKeySecretName
is Kubernetes secret name holding seed private key used for mining.
mineMicroblocks
mineMicroblocks
enables mining Stacks micro blocks.
nodePrivateKeySecretName
nodePrivateKeySecretName
is Kubernetes secret name holding node private key.
resources
resources
allocates compute and storage resources to the node.
memory and storage requests and limits must use the pattern ^[1-9][0-9]*[KMGTPE]i$
for example 1500Mi
, 30Gi
, and 1Ti
.
cpu requests and limits must use the pattern ^[1-9][0-9]*m?$
for example 1000m
(which is equal to 1
), 1500m
, 2
, and 4.
cpuLimit
can't be less than cpu
.
memoryLimit
can't be less than or equal to memory
.
storageClass
field is immutable, it cannot be changed after creation.
Last updated