Add docker-compose and update Selenium scraping logic with target selectors

This commit is contained in:
Flash
2026-04-10 19:56:19 +00:00
parent 75f51121ea
commit 1b62fe732c
5 changed files with 211 additions and 81 deletions

18
ingress.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: gisp-scraper-ingress
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
rules:
- host: gisp-scraper.danilkolesnikov.ru
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: gisp-scraper
port:
number: 8000