apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.15k stars 14.04k forks source link

Allow config a static ip for the pgbouncer clusterip service #40676

Closed fbertos closed 3 weeks ago

fbertos commented 1 month ago

Description

Would be interesting to be able of setting a specific internal IP address for the ClusterIP service of the pgbouncer through the Helm chart.

Use case/motivation

Specify the IP of the pgbouncer related service through the values.yml

For instance: ..... spec: type: ClusterIP {{- if .Values.pgbouncer.service.ip }} clusterIP: {{- .Values.pgbouncer.service.ip }} {{- end }} selector: tier: airflow component: pgbouncer release: {{ .Release.Name }} ports:

Related issues

No response

Are you willing to submit a PR?

Code of Conduct

potiuk commented 1 month ago

feel free.

fbertos commented 1 month ago

Thank you @potiuk. I will do it as soon as I can, I promise. Thank you for all your work and time.

alizmhdi commented 1 month ago

Hello. I am interested in working on this issue. Can you assign this to me?

fbertos commented 1 month ago

No problem on my side but I am not sure I have enough privileges to assign this to you.