Skip to content

Commit

Permalink
Merge pull request Sunbird-Knowlg#1301 from project-sunbird/activity-…
Browse files Browse the repository at this point in the history
…config

activity-agg - search-service config
  • Loading branch information
maheshkumargangula authored Dec 18, 2020
2 parents e8f7511 + f89213c commit df1ad2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions kubernetes/helm_charts/datapipeline_jobs/values.j2
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ activity-aggregate-updater:
activity {
module.aggs.enabled = true
input.dedup.enabled = true
filter.processed.enrolments = true
collection.status.cache.expiry = 3600
}

service {
search {
basePath = "{{ kp_search_service_base_url }}"
}
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
@Controller
@RequestMapping("/content/v3")
public class ContentV3Controller extends BaseController {
public class ContentV3Controller extends BaseController {

@Autowired
private IContentManager contentManager;
Expand Down

0 comments on commit df1ad2f

Please sign in to comment.