You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for additional service labels to the helm chart
Problem: It's not possible to add extra lables to the nginx gateway
service (to select a particular CiliumLoadBalancerIPPool, for example)
Solution: Add support for adding extra labels to the nginx gateway service
Testing: `helm template ngf charts/nginx-gateway-fabric/ --set service.labels.lb-ip-pool=private -s templates/service.yaml`
rendered a service manifest with an extra label `lb-ip-pool=private` as expected
0 commit comments