GitHub user ramdas2141 added a comment to the discussion: How to enable ingress 
other than root path ie /airflow


kind: Ingress
metadata:
  name: airflow-ingress
  namespace: default
spec:
  ingressClassName: nginx
  rules:
  - host: hostname.com
      paths:
      - backend:
          service:
            name: airflow-api-server
            port:
              name: api-server
        path: /airflow
        pathType: Prefix
        
defined the base_url as config parameter
This is resolved now

GitHub link: 
https://github.com/apache/airflow/discussions/58114#discussioncomment-14920283

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to