Update 03-k8s.md
This commit is contained in:
parent
02dab0f3f2
commit
fc6d792dff
|
@ -105,7 +105,7 @@ spec:
|
||||||
# TZ for timezone settings, we recommend to always set it.
|
# TZ for timezone settings, we recommend to always set it.
|
||||||
- name: TZ
|
- name: TZ
|
||||||
value: "Asia/Shanghai"
|
value: "Asia/Shanghai"
|
||||||
# TAOS_ prefix will configured in taos.cfg, strip prefix and camelCase.
|
# Environment varibles with prefix TAOS_ will be parsed and converted into corresponding parameter in taos.cfg. For example, serverPort in taos.cfg should be configured by TAOS_SERVER_PORT when using K8S to deploy
|
||||||
- name: TAOS_SERVER_PORT
|
- name: TAOS_SERVER_PORT
|
||||||
value: "6030"
|
value: "6030"
|
||||||
# Must set if you want a cluster.
|
# Must set if you want a cluster.
|
||||||
|
|
Loading…
Reference in New Issue