Skip to content

Commit 117cbfb

Browse files
authored
refactor: add frontend start args (#188)
1 parent 1cdc306 commit 117cbfb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pkg/config/baremetal.go

+6-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,12 @@ func DefaultBareMetalConfig() *BareMetalClusterConfig {
105105
Version: artifacts.LatestVersionTag,
106106
},
107107
Frontend: &Frontend{
108-
Replicas: 1,
108+
Replicas: 1,
109+
HTTPAddr: "0.0.0.0:4000",
110+
GRPCAddr: "0.0.0.0:4001",
111+
MysqlAddr: "0.0.0.0:4002",
112+
PostgresAddr: "0.0.0.0:4003",
113+
OpentsdbAddr: "0.0.0.0:4242",
109114
},
110115
MetaSrv: &MetaSrv{
111116
Replicas: 1,

0 commit comments

Comments
 (0)