Add GreptimeDB Alpine service packaging
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
All checks were successful
Build Alpine Packages / build-and-publish (push) Successful in 35m5s
This commit is contained in:
46
packaging/alpine/local/greptimedb/standalone.toml
Normal file
46
packaging/alpine/local/greptimedb/standalone.toml
Normal file
@@ -0,0 +1,46 @@
|
||||
default_timezone = "UTC"
|
||||
default_column_prefix = "greptime"
|
||||
init_regions_in_background = false
|
||||
init_regions_parallelism = 16
|
||||
max_concurrent_queries = 0
|
||||
|
||||
[http]
|
||||
addr = "127.0.0.1:4000"
|
||||
timeout = "0s"
|
||||
body_limit = "64MB"
|
||||
enable_cors = true
|
||||
prom_validation_mode = "strict"
|
||||
|
||||
[grpc]
|
||||
bind_addr = "127.0.0.1:4001"
|
||||
runtime_size = 8
|
||||
|
||||
[grpc.tls]
|
||||
mode = "disable"
|
||||
|
||||
[mysql]
|
||||
enable = true
|
||||
addr = "127.0.0.1:4002"
|
||||
runtime_size = 2
|
||||
keep_alive = "0s"
|
||||
prepared_stmt_cache_size = 10000
|
||||
|
||||
[mysql.tls]
|
||||
mode = "disable"
|
||||
|
||||
[postgres]
|
||||
enable = true
|
||||
addr = "127.0.0.1:4003"
|
||||
runtime_size = 2
|
||||
keep_alive = "0s"
|
||||
|
||||
[postgres.tls]
|
||||
mode = "disable"
|
||||
|
||||
[storage]
|
||||
data_home = "/var/lib/greptimedb/standalone"
|
||||
|
||||
[logging]
|
||||
dir = "/var/log/greptimedb/standalone"
|
||||
level = "info"
|
||||
enable_otlp_tracing = false
|
||||
Reference in New Issue
Block a user