[Typo fixed] in 03-k8s.md
This commit is contained in:
parent
aa5cd7c10e
commit
97a03c20c2
|
@ -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"
|
||||||
# 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
|
# Environment variables 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