forked from EamonKeane/airflow-GKE-k8sExecutor-helm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-values.example.yaml
54 lines (50 loc) · 1.13 KB
/
my-values.example.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
google:
enabled: true
webScheduler:
tag: "0.5"
imagePullPolicy: Always
installWebServer: true
installScheduler: true
dagsVolumeClaim: airflow-dags
web:
authenticate: False
authBackend: airflow.contrib.auth.backends.google_auth
googleAuthDomain: logistio.ie
googleAuthSecret: google-oauth
googleAuthSecretClientIDKey: client_id
googleAuthSecretClientSecretKey: client_secret
preHook:
install: true
initContainer: true
scheduler:
dagVolumeReadOnly: false
schedulerHeartbeatSec: 1
dagVolume:
installPV: true
installPVC: true
nfsServer: "10.0.0.2"
nfsPath: /airflow
logVolume:
nfsServer: "10.0.0.2"
nfsPath: /airflow
installPV: true
installPVC: true
createWorkerRBAC: true
installPostgresService: true
installCloudsqlProxyDeploy: true
airflowCfg:
core:
executor: KubernetesExecutor
kubernetes:
namespace: airflow
workerContainerRepository: quay.io/eamonkeane/airflow-k8s
workerContainerTag: "0.5"
kubernetesNodeSelectors: |-
ingress:
enabled: true
hosts:
- airflow.mysite.io
tls:
- hosts:
- airflow.mysite.io
secretName: airflow.mysite.io