faas/stack_arm.yml
Eric Stoekl 0bb05480a3 Remove sample functions for swarm
Break out sample functions into new stack.yml
Update instructions in Testdrive.md

Signed-off-by: Eric Stoekl <ems5311@gmail.com>
2018-06-04 19:58:10 -07:00

23 lines
482 B
YAML

provider:
name: faas
gateway: http://localhost:8080 # can be a remote server
# sample functions go here, but can be created in the UI too.
functions:
nodeinfo:
lang: dockerfile
image: functions/nodeinfo:latest-armhf
markdown:
lang: dockerfile
image: functions/markdownrender:latest-armhf
wordcount:
image: functions/alpine:latest-armhf
fprocess: "wc"
echoit:
lang: dockerfile
image: functions/alpine:latest-armhf
fprocess: "cat"