Skip to content

Commit

Permalink
Update values.yaml (#868)
Browse files Browse the repository at this point in the history
Add note about tikv config to avoid parameters not taking effect
  • Loading branch information
lhy1024 authored and onlymellb committed Sep 3, 2019
1 parent 8a00003 commit 5de1408
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/tidb-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@ tikv:
#
# # Normally it should be tuned to 30%-50% of `tikv.resources.limits.memory`, for example: 32Gi -> 16GB
# capacity = "1GB"
# Note that we can't set raftstore.capacity in config because it will be overridden by the command line parameter,
# we can only set capacity in tikv.resources.limits.storage.

replicas: 3
image: pingcap/tikv:v3.0.1
Expand All @@ -207,7 +209,7 @@ tikv:
limits: {}
# cpu: 16000m
# memory: 32Gi
# storage: 300Gi
# storage: 300Gi # We can set capacity here.
requests:
# cpu: 12000m
# memory: 24Gi
Expand Down

0 comments on commit 5de1408

Please sign in to comment.