Skip to content

Commit a75a61f

Browse files
authored
fix(core): remove bucket route pass host (#600)
1 parent 4ff0d9b commit a75a61f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/controllers/gateway/controllers/gateway_controller.go

-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ func (r *GatewayReconciler) addBuckets(ctx context.Context, gateway *gatewayv1.G
269269
ServiceName: user.Status.Endpoint,
270270
ServicePort: 0, // If set to 0, the port is not used
271271
},
272-
PassHost: bucketName + "." + user.Status.Endpoint,
273272
},
274273
}
275274

0 commit comments

Comments
 (0)