chore(helm): change default clickhouse resource limit
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
05990478c5
commit
04d8148be6
1 changed files with 4 additions and 4 deletions
|
|
@ -10,9 +10,9 @@ clickhouse:
|
|||
shardsCount: 1
|
||||
|
||||
resources:
|
||||
limits:
|
||||
cpu: 2
|
||||
memory: 8Gi
|
||||
requests:
|
||||
cpu: 1
|
||||
memory: 500Mi
|
||||
limits:
|
||||
cpu: 1
|
||||
memory: 2000Mi
|
||||
memory: 4Gi
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue