Skip to content

Commit

Permalink
update replicas for bare-metal example config
Browse files Browse the repository at this point in the history
Signed-off-by: sh2 <[email protected]>
  • Loading branch information
shawnh2 committed Aug 7, 2023
1 parent 07caf14 commit ac999dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/bare-metal/cluster-with-local-artifacts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ cluster:
name: mycluster # name of the cluster
artifact:
local: "/path/to/greptime"
frontend: {}
frontend:
replicas: 1
datanode:
replicas: 3
rpcAddr: 0.0.0.0:14100
Expand Down
3 changes: 2 additions & 1 deletion examples/bare-metal/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ cluster:
name: mycluster # name of the cluster
artifact:
version: v0.2.0-nightly-20230403
frontend: {}
frontend:
replicas: 1
datanode:
replicas: 3
rpcAddr: 0.0.0.0:14100
Expand Down

0 comments on commit ac999dc

Please sign in to comment.