Skip to content

Instantly share code, notes, and snippets.

@jmrobles
Created October 24, 2021 11:16
Show Gist options
  • Save jmrobles/9d0d130584664650a5ab32a656a05fb7 to your computer and use it in GitHub Desktop.
Save jmrobles/9d0d130584664650a5ab32a656a05fb7 to your computer and use it in GitHub Desktop.
version: 1.0
provider:
name: openfaas
gateway: https://faas.example.com
functions:
of-test:
lang: python3-fastapi
handler: ./of-test
image: registry.example.com/of-test:latest
secrets:
- docker-registry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment