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

   ### 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:
       - name: pgbouncer
         protocol: TCP
         port: {{ .Values.ports.pgbouncer }}
       - name: pgbouncer-metrics
         protocol: TCP
         port: {{ .Values.ports.pgbouncerScrape }}
   .....
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a 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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to