fix: use apiServer ingress for Airflow 3
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user