use tor proxy in wrongmove [ci skip]

This commit is contained in:
Viktor Barzin 2025-06-06 20:51:26 +00:00
parent 881b69a22a
commit 8b47bc5074
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 8 additions and 0 deletions

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"

Binary file not shown.