Skip to content

Commit

Permalink
Fix template welcome message
Browse files Browse the repository at this point in the history
Signed-off-by: s8sg <[email protected]>
  • Loading branch information
s8sg committed Jun 2, 2020
1 parent 0ee0ae6 commit 30543ee
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions template/faas-flow/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,25 @@ fprocess: ./handler
welcome_message: |
You have created a FaasFlow function.
Add the following configuration into Stack file.
Add the following configuration for function into Stack file.
labels:
faas-flow: 1
annotations:
faas-flow-desc: "my awesome flow"
environment_file:
- flow.yml
secrets:
- s3-secret-key
- s3-access-key
labels:
faas-flow: 1
annotations:
faas-flow-desc: "my awesome flow"
environment_file:
- conf.yml
secrets:
- s3-secret-key
- s3-access-key
Create a flow configuration file conf.yml with the follwing configuration.
Create a flow configuration file conf.yml with the following configuration.
environment:
gateway: "gateway.openfaas:8080"
enable_tracing: true
trace_server: "jaeger-agent.faasflow:5775"t
trace_server: "jaeger-agent.faasflow:5775"
consul_url: "consul.faasflow:8500"
s3_url: "minio.faasflow:9000"
(You may need to change the configuration based on your faas-flow infra deployment).
(You may need to change the configuration based on your faas-flow deployment).

0 comments on commit 30543ee

Please sign in to comment.