Skip to content

Commit

Permalink
refactor(gateway): change to prefixed autogenerated tag (#3585)
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Beaumont <mjboamail@gmail.com>
  • Loading branch information
michaelbeaumont authored and Paul Parkanzky committed Jan 6, 2022
1 parent 0c74c1e commit 0c3de6e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ func (r *GatewayReconciler) getGatewayClass(ctx context.Context, name gatewayapi

func serviceTagForGateway(name kube_types.NamespacedName) map[string]string {
return map[string]string{
mesh_proto.ServiceTag: fmt.Sprintf("%s_%s_gateway", name.Name, name.Namespace),
mesh_proto.ServiceTag: fmt.Sprintf("gateways.kuma.io/%s_%s", name.Name, name.Namespace),
}
}

Expand Down

0 comments on commit 0c3de6e

Please sign in to comment.