Created
October 24, 2021 11:16
-
-
Save jmrobles/9d0d130584664650a5ab32a656a05fb7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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