use tor proxy for the wrongmove crawler [ci skip]

This commit is contained in:
Viktor Barzin 2025-07-04 22:11:44 +00:00
parent 66a56ea2ba
commit 6c728550cf
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 8 additions and 1 deletions

View file

@ -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"

Binary file not shown.