Skip to content

Commit 3473c25

Browse files
authored
docs(helm): added compute node (#330)
1 parent b2aa696 commit 3473c25

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/k8s-helm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ Copy and paste the following yaml snippet into `values.yaml`.
5858
```yaml
5959
timeplusd:
6060
replicas: 3
61+
62+
# You can configure compute nodes here if the workload is large.
63+
# For more details about compute node, please refer to https://docs.timeplus.com/view#autoscaling_mv
64+
computeNode:
65+
# number of compute nodes
66+
replicas: 0
67+
# resources: ...
68+
6169
# Uncomment the following two lines to use headless service if you are going to deploy Timeplus to Google GKE.
6270
# service:
6371
# clusterIP: None

0 commit comments

Comments
 (0)