Adds the option to pass extra labels to ui.service or the server.service.
Our use case is that we use external-dns to create DNS records for our Service and Ingress resources. Our external-dns deployment uses a label filter to determine whether it should create a DNS record for that resource or not. For our Waypoint installation, we are using the UI Service to create a load balancer as our point of ingress, so it would be ideal for us if we could also add a label to that Service which would allow our external-dns deployment to create a DNS record for that load balancer.
Adds the option to pass extra labels to
ui.service
or theserver.service
.Our use case is that we use external-dns to create DNS records for our Service and Ingress resources. Our
external-dns
deployment uses a label filter to determine whether it should create a DNS record for that resource or not. For our Waypoint installation, we are using the UI Service to create a load balancer as our point of ingress, so it would be ideal for us if we could also add a label to that Service which would allow ourexternal-dns
deployment to create a DNS record for that load balancer.Tests:
Via CLI using --set
Via values.yml as YAML
Via values.yml as string