Skip to content

Commit

Permalink
Release 7.0.0 knowlge(content and taxonomy related changes (#3960)
Browse files Browse the repository at this point in the history
* Update elasticsearch-exporter.yaml

* Update service.yaml

* Update taxonomy-service_application.conf

* Update sunbird_knowledge-mw-service.env

* Update content-service_application.conf

* Update elasticsearch-exporter.yaml

* Update content-service_application.conf

* Update content-service_application.conf
  • Loading branch information
sanketnagdive authored Feb 14, 2024
1 parent 0cb38b9 commit 2019958
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
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

0 comments on commit 2019958

Please sign in to comment.