Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created December 12, 2021 23:11
Show Gist options
  • Save jmrobles/f80ad5ed275598fb9e7aba78cda5126b to your computer and use it in GitHub Desktop.
Save jmrobles/f80ad5ed275598fb9e7aba78cda5126b to your computer and use it in GitHub Desktop.
version: 1.0
provider:
name: openfaas
gateway: <your-openfaas-gateway-url>
functions:
of-scrap:
lang: python3-http-selenium
handler: ./of-scrap
image: <your-docker-registry>/of-scraper:latest
secrets:
- docker-registry
build_options:
- selenium
environment:
exec_timeout: "30m"
read_timeout: "30m"
write_timeout: "30m"
upstream_timeout: "30m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment