From e002b7928cf69f03f2bf6be4cf80fd8746355cdc Mon Sep 17 00:00:00 2001 From: mbelfares Date: Sun, 7 Jun 2026 13:26:02 +0200 Subject: [PATCH] fix: use apiServer ingress for Airflow 3 --- helm/airflow/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/airflow/values.yaml b/helm/airflow/values.yaml index e59fc9c..b341490 100644 --- a/helm/airflow/values.yaml +++ b/helm/airflow/values.yaml @@ -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"