diff --git a/ansible/roles/stack-sunbird/templates/content-service_application.conf b/ansible/roles/stack-sunbird/templates/content-service_application.conf index 8e8fa56f35..288011a889 100644 --- a/ansible/roles/stack-sunbird/templates/content-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/content-service_application.conf @@ -505,6 +505,8 @@ kafka { topic.send.enable : true topics.instruction : "{{ env_name }}.learning.job.request" publish.request.topic : "{{ env_name }}.publish.job.request" + topics.graph.event : "{{ env_name }}.learning.graph.events" + } # DIAL Link Config diff --git a/ansible/roles/stack-sunbird/templates/sunbird_knowledge-mw-service.env b/ansible/roles/stack-sunbird/templates/sunbird_knowledge-mw-service.env index fae25933e4..63c4c55c9e 100644 --- a/ansible/roles/stack-sunbird/templates/sunbird_knowledge-mw-service.env +++ b/ansible/roles/stack-sunbird/templates/sunbird_knowledge-mw-service.env @@ -58,3 +58,9 @@ sunbird_cassandra_consistency_level={{sunbird_cassandra_consistency_level}} sunbird_health_check_enable={{sunbird_health_check_enable}} # Release-3.0.0 sunbird_keycloak_public_key={{core_vault_sunbird_sso_publickey}} + +#Release-5.0.0 +enable_user_token_validation={{knowledge_mw_enable_user_token_validation | default('false')}} + +#Release-5.6.0 +sunbird_taxonomy_service_api_base_url={{sunbird_taxonomy_service_api_base_url | default('http://taxonomy-service:9000')}} diff --git a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf index 332206c502..9ad06d30f8 100644 --- a/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf +++ b/ansible/roles/stack-sunbird/templates/taxonomy-service_application.conf @@ -406,3 +406,13 @@ cloudstorage { read_base_path="{{ cloudstorage_base_path }}" write_base_path={{ valid_cloudstorage_base_urls }} } + +framework { + keyspace: "{{ lp_cassandra_keyspace_prefix }}_hierarchy_store" + cache { + ttl: 86400 + enable: true + } + categories_cached: ["subject", "medium", "gradeLevel", "board"] + max_term_creation_limit: 200 +} diff --git a/kubernetes/helm_charts/core/hawkeyesuperset/templates/service.yaml b/kubernetes/helm_charts/core/hawkeyesuperset/templates/service.yaml index 5921bf6a1d..7621962310 100644 --- a/kubernetes/helm_charts/core/hawkeyesuperset/templates/service.yaml +++ b/kubernetes/helm_charts/core/hawkeyesuperset/templates/service.yaml @@ -16,7 +16,7 @@ spec: ports: - port: {{ .Values.service.port }} targetPort: http - nodePort: 31566 + nodePort: 31966 protocol: TCP name: http selector: