Add production-ready scraper with README
This commit is contained in:
16
skaffold.yaml
Normal file
16
skaffold.yaml
Normal 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: {}
|
||||
Reference in New Issue
Block a user