-
Notifications
You must be signed in to change notification settings - Fork 15
/
values.yaml
54 lines (41 loc) · 1.1 KB
/
values.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
47
48
49
50
51
52
53
54
################################
## Astronomer global configuration
#################################
global:
# IP address the nginx ingress should bind to
loadBalancerIP:
# Base domain for all subdomains exposed through ingress
baseDomain:
# Use kube-lego
acme: false
# If RBAC on cluster is enabled
rbacEnabled: true
# Name of secret containing TLS certificate
tlsSecret: "astronomer-tls"
# Name of secret containing basic auth for NGINX
nginxAuthSecret: "nginx-auth"
# Name of secret containing docker registry auth
registryAuthSecret: "registry-auth"
# Astronomer modules
modules:
# Enable astronomer module
astronomer:
enabled: true
# Enable airflow module
airflow:
enabled: true
# Enable clickstream module
clickstream:
enabled: false
# Enable NGINX ingress module
nginx:
enabled: true
################################
## Airflow configuration
#################################
airflow:
# Worker settings
workers:
# Enable persistence to keep logs around between deploys
persistence:
enabled: true