[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 cpu: 32m
memory: 32Mi memory: 32Mi
limits: limits:
cpu: 75m cpu: 25m
memory: 64Mi memory: 64Mi
securityContext: securityContext:
capabilities: capabilities:

View File

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