-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzerops-project-production-import.yml
57 lines (55 loc) · 1.25 KB
/
zerops-project-production-import.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#yamlPreprocessor=on
project:
name: Apache Airflow
tags:
- zerops-recipe
- production
envVariables:
ADMIN_PASSWORD: <@generateRandomString(<12>)>
AIRFLOW__WEBSERVER__SECRET_KEY: <@generateRandomString(<32>)>
services:
- hostname: db
priority: 10
type: postgresql@16
mode: HA
- hostname: redis
priority: 10
type: keydb@6
mode: HA
- hostname: files
priority: 10
type: shared-storage
mode: NON_HA
- hostname: airflowdags
priority: 5
type: [email protected]
maxContainers: 1
buildFromGit: https://github.com/zeropsio/recipe-airflow
mount:
- files
- hostname: airflowui
type: [email protected]
verticalAutoscaling:
minRam: 1
maxContainers: 1
buildFromGit: https://github.com/zeropsio/recipe-airflow
enableSubdomainAccess: true
mount:
- files
- hostname: airflowscheduler
type: [email protected]
verticalAutoscaling:
minRam: 0.5
maxContainers: 1
buildFromGit: https://github.com/zeropsio/recipe-airflow
mount:
- files
- hostname: airflowworkers
type: [email protected]
verticalAutoscaling:
minRam: 2
minContainers: 3
maxContainers: 3
buildFromGit: https://github.com/zeropsio/recipe-airflow
mount:
- files