forked from openfaas/openfaas-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgateway_config.yml
40 lines (34 loc) · 1.13 KB
/
gateway_config.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
39
40
environment:
validate_hmac: "1"
# URLs
gateway_url: http://gateway.openfaas:8080/
gateway_public_url: https://cloud.o6s.io/
audit_url: http://gateway.openfaas:8080/function/audit-event
# Remove gateway_pretty_url if not using pretty URL
gateway_pretty_url: https://user.o6s.io/function
# Security
customers_url: "https://raw.githubusercontent.com/openfaas/openfaas-cloud/master/CUSTOMERS"
basic_auth: true
secret_mount_path: /var/openfaas/secrets
# Container builder
repository_url: docker.io/ofcommunity/
push_repository_url: docker.io/ofcommunity/
builder_url: http://of-builder.openfaas:8080/
# Logging
s3_url: cloud-minio.openfaas.svc.cluster.local:9000
s3_region: us-east-1
s3_tls: false
s3_bucket: pipeline
# Function policy
readonly_root_filesystem: true
scaling_min_limit: 1
scaling_max_limit: 4
prometheus_host: prometheus.openfaas
prometheus_port: 9090
metrics_window: 60m
# To use a shared Docker Hub account.
# repository_url: docker.io/ofcommunity/
# push_repository_url: docker.io/ofcommunity/
# Private repo config
# repository_url: 127.0.0.1:5000
# push_repository_url: registry:5000