Description
Currently, the helm chart deploys only one pgbouncer instance. (https://github.com/apache/airflow/blob/main/chart/templates/pgbouncer/pgbouncer-deployment.yaml#L40)
However, this could be a single point of failure, since all DB operations would be broken if that instance fails.
Can we have a replica option for pgbouncer like the other components(scheduler, worker, ...)?
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
Description
Currently, the helm chart deploys only one pgbouncer instance. (https://github.com/apache/airflow/blob/main/chart/templates/pgbouncer/pgbouncer-deployment.yaml#L40)
However, this could be a single point of failure, since all DB operations would be broken if that instance fails.
Can we have a
replicaoption for pgbouncer like the other components(scheduler, worker, ...)?Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct