change scraper image and raise concurrent requests
This commit is contained in:
parent
0cf03cb6d7
commit
8c2a0e619e
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: news-scraper
|
- name: news-scraper
|
||||||
image: siriussec/newsscraper:0.5.3
|
image: siriussec/newsscraper:0.5.4
|
||||||
imagePullPolicy: "Always"
|
imagePullPolicy: "Always"
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,6 @@ data:
|
||||||
# Scrapy Settings
|
# Scrapy Settings
|
||||||
LOG_LEVEL: "WARNING"
|
LOG_LEVEL: "WARNING"
|
||||||
USER_AGENT: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) NewsScraper/1.0"
|
USER_AGENT: "Mozilla/5.0 (Windows NT 10.0; Win64; x64) NewsScraper/1.0"
|
||||||
|
CONCURRENT_REQUESTS: "150"
|
||||||
# Proxy Endpoint (The URL part only)
|
# Proxy Endpoint (The URL part only)
|
||||||
PROXY_ENDPOINT: ""
|
PROXY_ENDPOINT: ""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue