We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aa696 commit 3473c25Copy full SHA for 3473c25
docs/k8s-helm.md
@@ -58,6 +58,14 @@ Copy and paste the following yaml snippet into `values.yaml`.
58
```yaml
59
timeplusd:
60
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
69
# Uncomment the following two lines to use headless service if you are going to deploy Timeplus to Google GKE.
70
# service:
71
# clusterIP: None
0 commit comments