forked from openfaas/openfaas-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack_legacy.yml
38 lines (34 loc) · 1 KB
/
stack_legacy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
provider:
name: faas
gateway: http://127.0.0.1:8080
# If using of-router then retain the system- prefix, if not using a wildcard-DNS
# please remove the prefix of `system-`
functions:
# Functions for the legacy dashboard
system-overview:
lang: go
handler: ./overview
image: functions/overview:0.4.4
labels:
openfaas-cloud: "1"
role: openfaas-system
environment:
content_type: "text/html"
combine_output: "false"
public_url: "http://127.0.0.1:8080"
# Comment out if not using public pretty-URL
pretty_url: "https://user.o6s.io/function"
query_pretty_url: "true"
system-pipeline:
lang: go
handler: ./pipeline
image: functions/pipeline:0.1.0
labels:
openfaas-cloud: "1"
role: openfaas-system
environment:
content_type: "text/html"
combine_output: "false"
gateway_url: http://gateway.openfaas:8080/
# For Swarm use URL below which does not include .openfaas suffix:
# gateway_url: http://gateway:8080/