Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 7.0.0 knowlge(content and taxonomy related changes #3960

Merged
merged 9 commits into from
Feb 14, 2024
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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')}}
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
ports:
- port: {{ .Values.service.port }}
targetPort: http
nodePort: 31566
nodePort: 31966
protocol: TCP
name: http
selector:
Expand Down