15 lines
371 B
YAML
15 lines
371 B
YAML
provider:
|
|
name: openfaas
|
|
gateway: https://faas.serguzim.me
|
|
|
|
functions:
|
|
url-mapper:
|
|
lang: python3-http
|
|
handler: ./src
|
|
image: registry.serguzim.me/faas/url-mapper
|
|
secrets:
|
|
- url-mapper-file # url to mapper file
|
|
configuration:
|
|
templates:
|
|
- name: python3-http-debian
|
|
source: https://github.com/openfaas-incubator/python-flask-template
|