itzg / minecraft-server-charts

MIT License
279 stars 144 forks source link

Allow setting loadBalancerClass #228

Closed josephshanak closed 2 months ago

josephshanak commented 2 months ago

For services spec.loadBalancerClass allows you to specify a LoadBalancer implementation other than the cloud provider default:

https://kubernetes.io/docs/concepts/services-networking/service/#load-balancer-class

This PR adds the ability to specify the loadBalancerClass for the Minecraft and RCON services.

josephshanak commented 2 months ago

Thanks! Can you please merge from master and bump the chart version one more time? Another PR got merged ahead of yours.

Done.