raise memory for scrapy
This commit is contained in:
parent
8c2a0e619e
commit
bf67fd1609
1 changed files with 2 additions and 2 deletions
|
|
@ -17,10 +17,10 @@ spec:
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "500Mi"
|
||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "512Mi"
|
memory: "1Gi"
|
||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue