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"