use tor proxy in wrongmove [ci skip]

This commit is contained in:
Viktor Barzin 2025-06-06 20:51:26 +00:00
parent b0ceb7efbe
commit 576e89fc0f

View file

@ -114,6 +114,14 @@ resource "kubernetes_cron_job_v1" "scrape-rightmove" {
# find . -name "dump_*.sql" -type f -mtime +14 -delete # 14 day retention of backups
# EOT
# ]
env {
name = "HTTP_PROXY"
value = "http://tor-proxy.tor-proxy:8118"
}
env {
name = "HTTPS_PROXY"
value = "http://tor-proxy.tor-proxy:8118"
}
volume_mount {
name = "data"
mount_path = "/app/data"