Skip to content

Commit

Permalink
chore: use configData (#4522)
Browse files Browse the repository at this point in the history
* chore: use `configData`

* chore: add an empty line
  • Loading branch information
WenyXu authored Aug 7, 2024
1 parent 5592194 commit 4a3982c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .github/actions/setup-greptimedb-cluster/with-disk.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
meta:
config: |-
configData: |-
[runtime]
global_rt_size = 4
datanode:
config: |-
configData: |-
[runtime]
global_rt_size = 4
compact_rt_size = 2
frontend:
config: |-
configData: |-
[runtime]
global_rt_size = 4
global_rt_size = 4
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
meta:
config: |-
configData: |-
[runtime]
global_rt_size = 4
[datanode]
[datanode.client]
timeout = "60s"
datanode:
config: |-
configData: |-
[runtime]
global_rt_size = 4
compact_rt_size = 2
Expand All @@ -16,7 +16,7 @@ datanode:
cache_path = "/data/greptimedb/s3cache"
cache_capacity = "256MB"
frontend:
config: |-
configData: |-
[runtime]
global_rt_size = 4
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/setup-greptimedb-cluster/with-minio.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
meta:
config: |-
configData: |-
[runtime]
global_rt_size = 4
[datanode]
[datanode.client]
timeout = "60s"
datanode:
config: |-
configData: |-
[runtime]
global_rt_size = 4
compact_rt_size = 2
frontend:
config: |-
configData: |-
[runtime]
global_rt_size = 4
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/setup-greptimedb-cluster/with-remote-wal.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
meta:
config: |-
configData: |-
[runtime]
global_rt_size = 4
Expand All @@ -13,7 +13,7 @@ meta:
[datanode.client]
timeout = "60s"
datanode:
config: |-
configData: |-
[runtime]
global_rt_size = 4
compact_rt_size = 2
Expand All @@ -23,7 +23,7 @@ datanode:
broker_endpoints = ["kafka.kafka-cluster.svc.cluster.local:9092"]
linger = "2ms"
frontend:
config: |-
configData: |-
[runtime]
global_rt_size = 4
Expand Down

0 comments on commit 4a3982c

Please sign in to comment.