Skip to content

Commit

Permalink
Missing load balancer values (#1116)
Browse files Browse the repository at this point in the history
* chore(kong): report missing load balancer values

* chore(kong): update changelog

* chore(kong): remove deprecated loadBalancerIP

Do not set loadBalancerIP since the field was deprecated in k8s v1.24

Co-authored-by: Patryk Małek <[email protected]>

---------

Co-authored-by: Patryk Małek <[email protected]>
  • Loading branch information
FedericoAntoniazzi and pmalek authored Oct 2, 2024
1 parent 3def0d5 commit 46c2fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Changes

* Explicitly cert-manager group on Certificate. [#1128](https://github.com/Kong/charts/pull/1128)
* Add missing load balancer service values. [#1116](https://github.com/Kong/charts/pull/1116)

## 2.42.0

Expand Down
4 changes: 3 additions & 1 deletion charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,9 @@ proxy:
# Enable creating a Kubernetes service for the proxy
enabled: true
type: LoadBalancer
loadBalancerClass:
loadBalancerClass: ""
# Configures optional firewall rules and in the VPC network to only allow certain source ranges.
loadBalancerSourceRanges: []
# Override proxy Service name
nameOverride: ""
# To specify annotations or labels for the proxy service, add them to the respective
Expand Down

0 comments on commit 46c2fa0

Please sign in to comment.