Add airflow
This commit is contained in:
parent
d383b85ca4
commit
5e6f2e7582
@ -14,16 +14,7 @@ ingress:
|
||||
tls:
|
||||
enabled: false
|
||||
|
||||
# Flower (task monitoring) Ingress Configuration
|
||||
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
|
||||
|
||||
# PostgreSQL Configuration
|
||||
@ -44,10 +35,8 @@ postgresql:
|
||||
# Airflow Executor Configuration
|
||||
executor: KubernetesExecutor
|
||||
|
||||
# Redis Configuration for task queue
|
||||
# Redis not needed with KubernetesExecutor
|
||||
redis:
|
||||
enabled: true
|
||||
auth:
|
||||
enabled: false
|
||||
|
||||
# Airflow Home directory
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user