Skip to content

Commit

Permalink
default values
Browse files Browse the repository at this point in the history
Signed-off-by: Deng Liu <[email protected]>
  • Loading branch information
dengliu committed Aug 20, 2024
1 parent cbba3f9 commit 0df9849
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions helm-charts/charts/kube-starrocks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,16 @@ starrocks:
mysql_service_nio_enabled = true
sys_log_level = INFO
# A map object for setting the config. When configyaml is set, to non-empty, the configs in configyaml will take precedence and values in config field will be discarded.
configyaml: {}
configyaml:
LOG_DIR: ${STARROCKS_HOME}/log
DATE: '"$(date +%Y%m%d-%H%M%S)"'
JAVA_OPTS: '"-Dlog4j2.formatMsgNoLookups=true -Xmx8192m -XX:+UseG1GC -Xlog:gc*:${LOG_DIR}/fe.gc.log.$DATE:time"'
http_port: 8030
rpc_port: 9020
query_port: 9030
edit_log_port: 9010
mysql_service_nio_enabled: true
sys_log_level: INFO
# mount secrets if necessary.
# see https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath for more details about subPath.
secrets: []
Expand Down Expand Up @@ -709,7 +718,13 @@ starrocks:
heartbeat_service_port = 9050
brpc_port = 8060
# A map object for setting the config. When configyaml is set, to non-empty, the configs in configyaml will take precedence and values in config field will be discarded.
configyaml: {}
configyaml:
sys_log_level: INFO
# ports for admin, web, heartbeat service
thrift_port: 9060
webserver_port: 8040
heartbeat_service_port: 9050
brpc_port: 8060
# mount secrets if necessary.
# see https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath for more details about subPath.
secrets: []
Expand Down Expand Up @@ -963,7 +978,13 @@ starrocks:
sys_log_level = INFO
default_rowset_type = beta
# A map object for setting the config. When configyaml is set, to non-empty, the configs in configyaml will take precedence and values in config field will be discarded.
configyaml: {}
configyaml:
be_port: 9060
webserver_port: 8040
heartbeat_service_port: 9050
brpc_port: 8060
sys_log_level: INFO
default_rowset_type: beta
# mount secrets if necessary.
# see https://kubernetes.io/docs/concepts/storage/volumes/#using-subpath for more details about subPath.
secrets: []
Expand Down

0 comments on commit 0df9849

Please sign in to comment.