Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
cbfc2710
Commit
cbfc2710
authored
1 year ago
by
Prasath Sivasubramaniyan
Browse files
Options
Download
Patches
Plain Diff
updated configmap
parent
e0fd2eab
patch-2
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
knowlg-automation/helm_charts/content-0.1.0.tgz
+0
-0
knowlg-automation/helm_charts/content-0.1.0.tgz
knowlg-automation/helm_charts/content/templates/content-configmap.yaml
+9
-9
...tion/helm_charts/content/templates/content-configmap.yaml
with
9 additions
and
9 deletions
+9
-9
knowlg-automation/helm_charts/content-0.1.0.tgz
+
0
−
0
View file @
cbfc2710
No preview for this file type
This diff is collapsed.
Click to expand it.
knowlg-automation/helm_charts/content/templates/content-configmap.yaml
+
9
−
9
View file @
cbfc2710
...
...
@@ -528,11 +528,11 @@ data:
}
}
cloud_storage_type: "
azure
"
cloud_storage_key: ""
cloud_storage_secret: ""
cloud_storage_type: "
{{ .Values.cloud_service_provider }}
"
cloud_storage_key: "
{{ .Values.cloud_storage_key }}
"
cloud_storage_secret: "
{{ .Values.cloud_storage_secret }}
"
cloud_storage_endpoint: ""
cloud_storage_container: ""
cloud_storage_container: "
{{ .Values.cloud_public_storage_container }}
"
# Google Drive APIKEY
learning_content_drive_apiKey = ""
...
...
@@ -546,8 +546,8 @@ data:
kafka {
urls : "{{ .Values.kafka_connection }}"
topic.send.enable : true
topics.instruction : ""
publish.request.topic : ""
topics.instruction : "
learning.job.request
"
publish.request.topic : "
dev.publish.job.request
"
}
# Need to depreacte
...
...
@@ -572,7 +572,7 @@ data:
# Content Import API Config
import {
request_size_limit : 1000
output_topic_name : "
sunbirdstaging.knowlg.
auto.creation.job.request"
output_topic_name : "auto.creation.job.request"
required_props : ["name","code","mimeType","primaryCategory","artifactUrl","framework"]
remove_props : ["downloadUrl","variants","previewUrl","streamingUrl","itemSets","level1Name","level1Concept","level2Name","level2Concept","level3Name","level3Concept","me_totalPlaySessionCount","me_totalTimeSpentInSec","me_totalSessionsCount","me_totalTimespent","me_totalInteractions","me_creationSessions","me_creationTimespent","me_averageInteractionsPerMin","me_averageSessionsPerDevice","me_totalDevices","me_averageTimespentPerSession","me_averageRating","me_totalDownloads","me_totalSideloads","me_totalRatings","me_totalComments","me_totalDialcode","me_totalDialcodeLinkedToContent","me_totalDialcodeAttached","me_hierarchyLevel","origin","originData","contentPolicyCheck","questions"]
}
...
...
@@ -700,6 +700,6 @@ data:
metadata.replace_absolute_path=true
relative_path_prefix=CONTENT_STORAGE_BASE_PATH
metadata.list={{ .Values.cloudstorage_metadata_list | toJson | }}
read_base_path="{{ .Values.cloudstorage_
read_base_path }}"
write_base_path={{ .Values.cloudstorage_
write_base_path | toJson }}
read_base_path="
https://
{{ .Values.cloud
_
storage_
key }}.blob.core.windows.net"
write_base_path=
["https://
{{ .Values.cloud
_
storage_
key }}.blob.core.windows.net","https://{{ .Values.cloud_storage_key }}.blob.core.windows.net"]
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets