diff --git a/configuration/kubernetes/deployment.yaml b/configuration/kubernetes/deployment.yaml index f6fb302..ed52ff2 100644 --- a/configuration/kubernetes/deployment.yaml +++ b/configuration/kubernetes/deployment.yaml @@ -102,7 +102,7 @@ spec: cpu: 32m memory: 32Mi limits: - cpu: 75m + cpu: 25m memory: 64Mi securityContext: capabilities: diff --git a/src/pricing/collector.py b/src/pricing/collector.py index c7daf21..4d03523 100644 --- a/src/pricing/collector.py +++ b/src/pricing/collector.py @@ -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)