Skip to content

Commit 7bcbe06

Browse files
committed
add node-specific config values in 6_node_network
1 parent f582a7f commit 7bcbe06

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/networks/6_node_bitcoin/network.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
nodes:
22
- name: tank-0001
3+
config: uacomment=tank0001
34
image:
45
tag: "26.0"
56
connect:
67
- tank-0002
78
- tank-0003
89
- name: tank-0002
10+
config: uacomment=tank0002
911
resources:
1012
limits:
1113
cpu: 100m
@@ -17,14 +19,17 @@ nodes:
1719
- tank-0003
1820
- tank-0004
1921
- name: tank-0003
22+
config: uacomment=tank0003
2023
connect:
2124
- tank-0004
2225
- tank-0005
2326
- name: tank-0004
27+
config: uacomment=tank0004
2428
connect:
2529
- tank-0005
2630
- tank-0006
2731
- name: tank-0005
32+
config: uacomment=tank0005
2833
connect:
2934
- tank-0006
3035
- name: tank-0006

0 commit comments

Comments
 (0)