Closed josephshanak closed 2 months ago
For services spec.loadBalancerClass allows you to specify a LoadBalancer implementation other than the cloud provider default:
spec.loadBalancerClass
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.
Thanks! Can you please merge from master and bump the chart version one more time? Another PR got merged ahead of yours.
Done.
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.