We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b787bc commit 9b64edcCopy full SHA for 9b64edc
templates/stacks-node-pod.template.yaml
@@ -17,9 +17,11 @@ spec:
17
- name: BLOCKSTACK_USE_TEST_GENESIS_CHAINSTATE
18
value: "1"
19
- name: STACKS_LOG_DEBUG
20
- value: "0"
21
- image: quay.io/hirosystems/stacks-node:devnet-v3
22
- imagePullPolicy: IfNotPresent
+ value: "1"
+ image: stacks-node-mine
+ imagePullPolicy: Never
23
+ # image: quay.io/hirosystems/stacks-node:devnet-v3
24
+ # imagePullPolicy: IfNotPresent
25
name: stacks-node-container
26
ports:
27
- containerPort: 20444
0 commit comments