forked from alexellis/leaderboard-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cr.yaml
47 lines (46 loc) · 938 Bytes
/
cr.yaml
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
39
40
41
42
43
44
45
46
---
apiVersion: openfaas.com/v1alpha2
kind: Function
metadata:
name: leaderboard
namespace: openfaas-fn
spec:
name: leaderboard
image: leaderboard:1.1.0
environment:
postgres_db: defaultdb
postgres_port: "25060"
postgres_sslmode: require
labels:
com.openfaas.scale.zero: "false"
secrets:
- leaderboard-app-secrets
---
apiVersion: openfaas.com/v1alpha2
kind: Function
metadata:
name: github-sub
namespace: openfaas-fn
spec:
name: github-sub
image: github-sub:1.1.0
environment:
enforce_hmac: "true"
postgres_db: defaultdb
postgres_port: "25060"
postgres_sslmode: require
labels:
com.openfaas.scale.zero: "false"
secrets:
- leaderboard-app-secrets
---
apiVersion: openfaas.com/v1alpha2
kind: Function
metadata:
name: leaderboard-page
namespace: openfaas-fn
spec:
name: leaderboard-page
image: leaderboard-page:1.1.0
labels:
com.openfaas.scale.zero: "false"