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

   ### Apache Airflow version
   
   2.8.2
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   I am using latest helm chart. i am running into several problems with helm 
upgrade.
   
   started with inbuilt postgresql and redis. -- looks good here but startup 
probe fails continously in webserver.
   after i upgraded with standalone postgresql -- here i see 2 webservers, old 
and new together also doesnt allow login. additionally times out during helm 
upgrade with post upgrade hook.
   
   I am unable to make this production ready. Need expertise to sort these 
issues.
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   step 1 : - helm install airflow apache-airflow/airflow --namespace airflow 
--create-namespace --debug
   
   Step 2: - helm upgrade --install airflow apache-airflow/airflow --namespace 
airflow --create-namespace --debug -f values.yaml
   
   Only change in values yaml  are below
   1. added postgresql credentials in 
     metadataConnection:
       user: xxxxx
       pass: xxxxx
       protocol: postgresql
       host: xxxxxx
       port: 5432
       db: airflow
       sslmode: disable
   2. pgbouncer:
     enabled: true
   3. postgresql:
     enabled: false
   
   ### Operating System
   
   azure kubernetes
   
   ### Versions of Apache Airflow Providers
   
   None
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   helm chart running in azure kubernetes
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] 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