We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3af825e commit 225250eCopy full SHA for 225250e
scripts/deploy-validator.sh
@@ -74,10 +74,29 @@ internal_port = 20100
74
Grpc = "ClearText"
75
[internal_protocol]
76
77
+
78
+[[shards]]
79
+host = "docker-shard-1"
80
+port = $PORT
81
+metrics_host = "docker-shard-1"
82
+metrics_port = $METRICS_PORT
83
84
85
+host = "docker-shard-2"
86
87
+metrics_host = "docker-shard-2"
88
89
90
91
+host = "docker-shard-3"
92
93
+metrics_host = "docker-shard-3"
94
95
96
[[shards]]
-host = "shard"
97
+host = "docker-shard-4"
98
port = $PORT
-metrics_host = "shard"
99
+metrics_host = "docker-shard-4"
100
metrics_port = $METRICS_PORT
101
EOL
102
0 commit comments