Add production-ready scraper with README

This commit is contained in:
Flash
2026-04-10 15:29:44 +00:00
commit 75f51121ea
1882 changed files with 350270 additions and 0 deletions

16
skaffold.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: skaffold/v4beta11
kind: Config
metadata:
name: gisp-scraper
build:
artifacts:
- image: git.danilkolesnikov.ru/flash/gisp-scraper
docker:
dockerfile: Dockerfile
local:
push: true
manifests:
rawYaml:
- k8s.yaml
deploy:
kubectl: {}