[10.10.20] Reduced CPU limit

This commit is contained in:
andrewso 2020-10-11 14:03:03 +01:00
parent 25a01025b8
commit d44ae664e8
2 changed files with 1 additions and 3 deletions

View File

@ -102,7 +102,7 @@ spec:
cpu: 32m
memory: 32Mi
limits:
cpu: 75m
cpu: 25m
memory: 64Mi
securityContext:
capabilities:

View File

@ -147,8 +147,6 @@ def collector(c_type):
global time
time = timeFunction()
print(time)
av_price, timestamp = averager(c_type)
vol = getVol(c_type)
high, low = getHighLow(c_type)