fix: use apiServer ingress for Airflow 3

This commit is contained in:
2026-06-07 13:26:02 +02:00
parent 1f502d4245
commit e002b7928c
+3 -1
View File
@@ -1,10 +1,12 @@
executor: KubernetesExecutor
ingress:
web:
apiServer:
enabled: true
ingressClassName: nginx
hosts:
- name: airflow.49.13.143.254.nip.io
tls:
enabled: false
path: "/"
pathType: "Prefix"