Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helmcharts/edbb/charts/knowledgemw/configs/env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sunbird_cache_ttl: "1800"
sunbird_cassandra_consistency_level: "{{ .Values.global.cassandra.consistency_level }}"
sunbird_cassandra_replication_strategy: '{"class":"SimpleStrategy","replication_factor":"1"}'
sunbird_cassandra_urls: "{{.Values.global.cassandra.host}}:{{.Values.global.cassandra.port}}"
sunbird_content_repo_api_base_url: "http://content-service:9000"
sunbird_content_repo_api_base_url: "http://knowlg-service:9000"
sunbird_assessment_service_base_url: "http://assessment-service:9000"
sunbird_content_service_blacklisted_channels: "ALL"
sunbird_content_service_blacklisted_contenttype: ""
Expand Down Expand Up @@ -49,5 +49,5 @@ sunbird_learner_service_local_base_url: "{{ .Values.sunbird_learner_service_loca
# spell check - https://github.com/Sunbird-Knowlg/knowledge-mw-service/blob/07c2cb26cc200df4c644d482a01eff299a37ad39/src/app.js#L33
sunbird_contnet_service_base_url: "{{ .Values.sunbird_contnet_service_base_url | default "http://content-service:9000"}}"
# release-7.0.0
sunbird_taxonomy_service_api_base_url: http://taxonomy-service:9000
sunbird_taxonomy_service_api_base_url: http://knowlg-service:9000
sunbird_assessment_service_base_url: http://assessment-service:9000
4 changes: 2 additions & 2 deletions helmcharts/edbb/charts/kong-apis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ config_service_url: "http://config-service:8080"
lms_service_url: "http://lms-service:9000"
cert_service_url: "http://cert-service:9000"
cert_registry_service_url: "http://cert-registry-service:9000"
content_service_url: "http://content-service:9000"
content_service_url: "http://knowlg-service:9000"
report_service_url: "http://report-service:3030"
group_service_url: "http://groups-service:9000"
analytics_api_service_url: "http://analytics-service:9000"
taxonomy_service_url: "http://taxonomy-service:9000"
taxonomy_service_url: "http://knowlg-service:9000"
discussions_mw_service_url: "http://discussionmw-service:3002/discussion"
assessment_service_url: "http://assessment-service:9000"
ml_reports_service_url: "http://ml-reports-service:3000"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ http {
proxy_pass $target;
}
location /content/ {
set $target http://content-service:9000;
set $target http://knowlg-service:9000;
rewrite ^/content/(.*) /$1 break;
proxy_http_version 1.1;
proxy_pass $target;
Expand Down Expand Up @@ -135,7 +135,7 @@ http {
}

location /taxonomy/ {
set $target http://taxonomy-service:9000;
set $target http://knowlg-service:9000;
rewrite ^/taxonomy/(.*) /$1 break;
proxy_http_version 1.1;
proxy_pass $target;
Expand Down
4 changes: 2 additions & 2 deletions helmcharts/knowledgebb/charts/content/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ content:

composite_search_url: "http://search-service:9000"
dialservice_base_url: "http://dial-service:9000"
taxonomy_base_url: "http://taxonomy-service:9000"
content_base_url: "http://content-service:9000"
taxonomy_base_url: "http://knowlg-service:9000"
content_base_url: "http://knowlg-service:9000"

kafka_topics_instruction: "{{ .Values.global.env }}.knowlg.learning.job.request"
kafka_publish_request_topic: "{{ .Values.global.env }}.knowlg.publish.job.request"
Expand Down
2 changes: 1 addition & 1 deletion helmcharts/knowledgebb/charts/flink/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ flink_jobs:
lms.basePath = "http://lms-service:9000"
learning_service.basePath = "http://learning:8080/learning-service"
dial.basePath = "https://dial-service:9000"
content.basePath = "http://content-service:9000"
content.basePath = "http://knowlg-service:9000"
}

dialcode {
Expand Down
6 changes: 6 additions & 0 deletions helmcharts/knowledgebb/charts/knowlg/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
dependencies:
- name: common
repository: https://nimbushubin.github.io/helmcharts
version: 0.1.0
digest: sha256:1caa4d36f25ec305383122b0a8a6d585921a608b03d9aaf15fa70b5044d109ea
generated: "2026-01-09T17:47:54.947235+05:30"
11 changes: 11 additions & 0 deletions helmcharts/knowledgebb/charts/knowlg/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v2
appVersion: 1.0.0
dependencies:
- name: common
repository: https://nimbushubin.github.io/helmcharts
version: 0.1.0
description: A production-ready Helm chart for Knowlg
maintainers:
- name: NimbusHub.in
name: knowlg
version: 0.1.0
Binary file not shown.
Loading