Add airflow
This commit is contained in:
parent
d383b85ca4
commit
5e6f2e7582
@ -14,16 +14,7 @@ ingress:
|
|||||||
tls:
|
tls:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Flower (task monitoring) Ingress Configuration
|
|
||||||
flower:
|
flower:
|
||||||
enabled: true
|
|
||||||
ingressClassName: traefik
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: web
|
|
||||||
hosts:
|
|
||||||
- name: airflow-flower.dvirlabs.com
|
|
||||||
tls:
|
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# PostgreSQL Configuration
|
# PostgreSQL Configuration
|
||||||
@ -44,10 +35,8 @@ postgresql:
|
|||||||
# Airflow Executor Configuration
|
# Airflow Executor Configuration
|
||||||
executor: KubernetesExecutor
|
executor: KubernetesExecutor
|
||||||
|
|
||||||
# Redis Configuration for task queue
|
# Redis not needed with KubernetesExecutor
|
||||||
redis:
|
redis:
|
||||||
enabled: true
|
|
||||||
auth:
|
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
# Airflow Home directory
|
# Airflow Home directory
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user