-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathvalues.yaml
126 lines (126 loc) · 2.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
replicaCountScheduler: 1
replicaCountWeb: 1
replicaCountWorker: 1
replicaCountPostgresql: 1
replicaCountRedis: 1
imageScheduler:
repository: quay.io/eformat/airflow-scheduler
pullPolicy: Always
tag: "2.5.1"
imageWeb:
repository: quay.io/eformat/airflow-web
pullPolicy: Always
tag: "2.5.1"
imageWorker:
repository: quay.io/eformat/airflow-worker
pullPolicy: Always
tag: "2.5.1"
imageGitSync:
repository: quay.io/eformat/git-sync
pullPolicy: Always
tag: "3.5.1"
imagePostgresql:
repository: registry.redhat.io/rhel8/postgresql-13
pullPolicy: Always
tag: "1-101"
imageRedis:
repository: registry.redhat.io/rhel8/redis-6
pullPolicy: Always
tag: "1-102"
imagePullSecrets: []
nameOverrideScheduler: ""
fullnameOverrideScheduler: ""
nameOverrideWeb: ""
fullnameOverrideWeb: ""
nameOverrideWorker: ""
fullnameOverrideWorker: ""
nameOverridePostgresql: ""
fullnameOverridePostgresql: ""
nameOverrideRedis: ""
fullnameOverrideRedis: ""
serviceAccount:
create: true
annotations: {}
name: ""
nameRedis: ""
nameProxy: ""
podAnnotations: {}
resourcesGitSync:
limits:
cpu: 300m
memory: 512Mi
requests:
cpu: 100m
memory: 256Mi
resourcesScheduler:
limits:
cpu: 750m
memory: 1.5Gi
requests:
cpu: 100m
memory: 256Mi
resourcesWeb:
limits:
cpu: 750m
memory: 1.5Gi
requests:
cpu: 100m
memory: 256Mi
resourcesWorker:
limits:
cpu: 750m
memory: 1.5Gi
requests:
cpu: 100m
memory: 256Mi
resourcesPostgresql:
limits:
cpu: 500m
memory: 2Gi
requests:
cpu: 100m
memory: 256Mi
resourcesRedis:
limits:
cpu: 500m
memory: 2Gi
requests:
cpu: 100m
memory: 256Mi
gitSync:
repo: ""
dest: ""
branch: ""
wait: ""
webserver:
secret_key: ""
oauth:
api_base_url: ""
token_url: ""
authorize_url: ""
logout_redirect_url: ""
client_id: ""
client_secret: ""
postgresql:
admin_password: ""
user: ""
password: ""
database: ""
accessModes:
- ReadWriteOnce
storage: 2Gi
redis:
password: ""
accessModes:
- ReadWriteOnce
storage: 2Gi
airflow:
password: ""
fernetKey: ""
avp:
secretPath: ""
route:
host: ""
metrics:
path: "/admin/metrics"
interval: "10s"