Add airflow
This commit is contained in:
parent
d383b85ca4
commit
5e6f2e7582
@ -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
|
||||
@ -68,4 +57,4 @@ statsd:
|
||||
|
||||
# Labels
|
||||
labels:
|
||||
app: airflow
|
||||
app: airflow
|
||||
Loading…
x
Reference in New Issue
Block a user