-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathexample_values.yaml
More file actions
54 lines (42 loc) · 841 Bytes
/
example_values.yaml
File metadata and controls
54 lines (42 loc) · 841 Bytes
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
defaultAirflowRepository: apache/airflow
defaultAirflowTag: "2.7.0"
executor: KubernetesExecutor
fernetKey: "7T512UXSSmBOkpWimFHIVb8jK6lfmSAvx4mO6Arehnc="
webserverSecretKey: "ShouldNotBeInProduction"
scheduler:
replicas: 2
webserver:
replicas: 2
readinessProbe:
initialDelaySeconds: 45
livenessProbe:
initialDelaySeconds: 60
statsd:
uid: null
pgbouncer:
uid: null
redis:
uid: null
dags:
persistence:
enabled: false
gitSync:
uid: null
enabled: true
# repo: https://github.com/opendatahub-io-contrib/airflow-on-openshift.git
# branch: main
# subPath: dags
logs:
persistence:
enabled: false
flower:
enabled: false
# ingress:
# web:
# enabled: true
postgresql:
primary:
podSecurityContext:
enabled: false
containerSecurityContext:
enabled: false