use tor proxy for the wrongmove crawler [ci skip]
This commit is contained in:
parent
a73e28eb4b
commit
8d52f623d3
1 changed files with 8 additions and 1 deletions
|
|
@ -125,7 +125,14 @@ resource "kubernetes_deployment" "realestate-crawler-api" {
|
|||
value = "mysql://wrongmove:${var.db_password}@mysql.dbaas.svc.cluster.local:3306/wrongmove"
|
||||
|
||||
}
|
||||
|
||||
env {
|
||||
name = "HTTP_PROXY"
|
||||
value = "http://tor-proxy.tor-proxy:8118"
|
||||
}
|
||||
env {
|
||||
name = "HTTPS_PROXY"
|
||||
value = "http://tor-proxy.tor-proxy:8118"
|
||||
}
|
||||
env {
|
||||
name = "CELERY_BROKER_URL"
|
||||
value = "redis://redis.redis.svc.cluster.local:6379/0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue