Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absent loadBalancerSourceRanges in helm chart #602

Closed
KosShutenko opened this issue Dec 4, 2023 · 2 comments
Closed

Absent loadBalancerSourceRanges in helm chart #602

KosShutenko opened this issue Dec 4, 2023 · 2 comments
Assignees

Comments

@KosShutenko
Copy link

Hello,

I've found issue with loadBalancerSourceRanges. Its absent in Helm chart for values.proxy.pgBouncer.expose section.

Due to CDR spec on https://github.com/percona/percona-postgresql-operator/blob/main/deploy/cr.yaml we can see that loadBalancerSourceRanges persist on line 72. However in Helm chart this parameter absent. You can see it in template file https://github.com/percona/percona-helm-charts/blob/main/charts/pg-db/templates/cluster.yaml (look at line 181 and below)

Please add this parameter in Helm chart.

Thank you.

@spron-in
Copy link
Collaborator

spron-in commented Dec 4, 2023

Hello @KosShutenko ,

the thing that Operator does not properly support it yet. It is fixed by #532 (or https://jira.percona.com/browse/K8SPG-389).

And will be propagated to helm chart after the release 2.3.0 this month.

@spron-in spron-in self-assigned this Dec 4, 2023
@spron-in
Copy link
Collaborator

spron-in commented Jan 9, 2024

This was fixed and now supported in the helm chart. https://github.com/percona/percona-helm-charts/blob/main/charts/pg-db/templates/cluster.yaml#L195

Please try it out.

@spron-in spron-in closed this as completed Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants