-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathairflow.yaml
More file actions
49 lines (49 loc) · 1.08 KB
/
airflow.yaml
File metadata and controls
49 lines (49 loc) · 1.08 KB
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
---
apiVersion: airflow.stackable.tech/v1alpha1
kind: AirflowCluster
metadata:
name: airflow
spec:
image:
productVersion: 3.1.6
pullPolicy: IfNotPresent
clusterConfig:
loadExamples: true
exposeConfig: false
credentialsSecret: airflow-admin-credentials
metadataDatabase:
postgresql:
host: airflow-postgresql
database: airflow
credentialsSecret: airflow-postgresql-credentials
webservers:
roleConfig:
listenerClass: external-unstable
roleGroups:
default:
replicas: 1
celeryExecutors:
celeryResultBackend:
postgresql:
host: airflow-postgresql
database: airflow
credentialsSecret: airflow-postgresql-credentials
celeryBroker:
redis:
host: airflow-redis-master
credentialsSecret: airflow-redis-credentials
roleGroups:
default:
replicas: 1
schedulers:
roleGroups:
default:
replicas: 1
dagProcessors:
roleGroups:
default:
replicas: 1
triggerers:
roleGroups:
default:
replicas: 1