Add airflow

This commit is contained in:
dvirlabs 2026-06-02 17:05:02 +03:00
parent d383b85ca4
commit 5e6f2e7582

View File

@ -14,17 +14,8 @@ 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
enabled: false
# PostgreSQL Configuration
postgresql:
@ -44,11 +35,9 @@ postgresql:
# Airflow Executor Configuration
executor: KubernetesExecutor
# Redis Configuration for task queue
# Redis not needed with KubernetesExecutor
redis:
enabled: true
auth:
enabled: false
enabled: false
# Airflow Home directory
airflowHome: /opt/airflow