Skip to content

Commit

Permalink
feat(): Support LB svc type for slice GW
Browse files Browse the repository at this point in the history
Set slicegatewayservice type in the slice object

Signed-off-by: Bharath Horatti <[email protected]>
  • Loading branch information
bharath-avesha committed Oct 5, 2023
1 parent 8c57742 commit f7d9b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hub/controllers/slice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func (r *SliceReconciler) updateSliceConfig(ctx context.Context, meshSlice *kube
meshSlice.Status.SliceConfig.ClusterSubnetCIDR = spokeSlice.Spec.ClusterSubnetCIDR
}

meshSlice.Status.SliceConfig.SliceGatewayServiceType = spokeSlice.Spec.SliceGatewayProvider.SliceGatewayType
meshSlice.Status.SliceConfig.SliceGatewayServiceType = spokeSlice.Spec.SliceGatewayProvider.SliceGatewayServiceType

meshSlice.Status.SliceConfig.QosProfileDetails = kubeslicev1beta1.QosProfileDetails{
QueueType: spokeSlice.Spec.QosProfileDetails.QueueType,
Expand Down

0 comments on commit f7d9b39

Please sign in to comment.