sararamasamy opened a new issue, #26280:
URL: https://github.com/apache/airflow/issues/26280

   ### Official Helm Chart version
   
   1.6.0 (latest released)
   
   ### Apache Airflow version
   
   airflow-1.6.0 
   
   ### Kubernetes Version
   
   airflow-1.6.0 
   
   ### Helm Chart configuration
   
   _No response_
   
   ### Docker Image customisations
   
   _No response_
   
   ### What happened
   
   I am trying to implement ingress for the airflow and getting 404 not found. 
( Its working through port-forward)
   
   ### What you think should happen instead
   
   I was able to get it up using port-forward and not working through ingress
   
   ### How to reproduce
   
   # Ingress configuration
   ingress:
     # Enable all ingress resources (deprecated - use ingress.web.enabled and 
ingress.flower.enabled)
     enabled: true
   
     # Configs for the Ingress of the web Service
     web:
       # Enable web ingress resource
       enabled: true
   
       # Annotations for the web Ingress
       annotations: 
             kubernetes.io/ingress.class: nginx
   
       # The path for the web Ingress
       path: "/airflow"
   
       # The pathType for the above path (used only with Kubernetes v1.19 and 
above)
       #pathType: "ImplementationSpecific"
   
       # The hostname for the web Ingress (Deprecated - renamed to 
`ingress.web.hosts`)
       host: "quality-uat.tx.com"
   
       # The hostnames or hosts configuration for the web Ingress
       hosts: []
       # - name: ""
       #   # configs for web Ingress TLS
       #   tls:
       #     # Enable TLS termination for the web Ingress
       #     enabled: false
       #     # the name of a pre-created Secret containing a TLS private key 
and certificate
       #     secretName: ""
   
       # The Ingress Class for the web Ingress (used only with Kubernetes v1.19 
and above)
       #ingressClassName: "nginx"
   
       # configs for web Ingress TLS (Deprecated - renamed to 
`ingress.web.hosts[*].tls`)
       tls:
         # Enable TLS termination for the web Ingress
         enabled: false
         # the name of a pre-created Secret containing a TLS private key and 
certificate
         secretName: ""
   
       # HTTP paths to add to the web Ingress before the default path
       precedingPaths: []
   
       # Http paths to add to the web Ingress after the default path
       succeedingPaths: []
   
     # Configs for the Ingress of the flower Service
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to