chore(helm): change default clickhouse resource limit

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-22 11:06:49 +02:00
parent 05990478c5
commit 04d8148be6

View file

@ -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