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: tls:
enabled: false enabled: false
# Flower (task monitoring) Ingress Configuration
flower: flower:
enabled: true enabled: false
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 # PostgreSQL Configuration
postgresql: postgresql:
@ -44,11 +35,9 @@ 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 enabled: false
auth:
enabled: false
# Airflow Home directory # Airflow Home directory
airflowHome: /opt/airflow airflowHome: /opt/airflow