We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9296de commit 4d0f102Copy full SHA for 4d0f102
1 file changed
docs/edge/preloading.md
@@ -37,9 +37,12 @@ You can ship a single stack.yaml file with all your functions defined separately
37
*stack.yaml*
38
39
```yaml
40
+provider:
41
+ name: openfaas
42
+
43
functions:
44
env:
- image: ghcr.io/openfaas/env:latest
45
+ image: ghcr.io/openfaas/alpine:latest
46
fprocess: env
47
nodeinfo:
48
image: ghcr.io/openfaas/nodeinfo:latest
@@ -61,15 +64,21 @@ You could also create multiple YAML files - one per function:
61
64
*env.yaml*
62
65
63
66
67
68
69
70
71
72
73
74
```
75
76
*nodeinfo.yaml*
77
78
79
80
81
82
83
84
0 commit comments