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
sunbird-lms-service
Commits
bb59b31b
Unverified
Commit
bb59b31b
authored
1 year ago
by
santhosh-tg
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #1 from tsprasath/patch-1
elasticsearch url update
parents
172f2c7b
e9f39fbd
patch-2
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
helm/learner-0.1.0.tgz
+0
-0
helm/learner-0.1.0.tgz
helm/learner/templates/configmap.yaml
+1
-1
helm/learner/templates/configmap.yaml
helm/learner/values.yaml
+3
-3
helm/learner/values.yaml
with
4 additions
and
4 deletions
+4
-4
helm/learner-0.1.0.tgz
+
0
−
0
View file @
bb59b31b
No preview for this file type
This diff is collapsed.
Click to expand it.
helm/learner/templates/configmap.yaml
+
1
−
1
View file @
bb59b31b
...
...
@@ -44,7 +44,7 @@ data:
sunbird_authorization
:
{{
$sunbird_authorization
}}
sunbird_sso_url
:
{{
if .Values.domain
}}
{{
- .Values.domain
}}{{
.Values.keycloak_auth_endpoint
}}
{{
-
printf "https
:
//%s"
.Values.domain
}}{{
.Values.keycloak_auth_endpoint
}}
{{
- else -
}}
{{
- printf "ERROR | %s | Please provide a value for \"domain\"" .Chart.Name | fail
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
helm/learner/values.yaml
+
3
−
3
View file @
bb59b31b
...
...
@@ -71,7 +71,7 @@ actor_hostname: actor-service
api_actor_provider
:
local
background_actor_provider
:
local
bind_hostname
:
0.0.0.0
ekstep_api_base_url
:
http://learning.dev.svc.cluster.local:8080/learning-service
ekstep_api_base_url
:
http://learning
-service
.dev.svc.cluster.local:8080/learning-service
feed_limit
:
30
form_api_endpoint
:
/plugin/v1/form/read
isMultiDCEnabled
:
false
...
...
@@ -87,7 +87,7 @@ sunbird_app_name: sunbird
sunbird_cache_enable
:
true
sunbird_cassandra_consistency_level
:
local_quorum
sunbird_cassandra_host
:
cassandra.dev.svc.cluster.local
sunbird_cassandra_password
:
passwod
sunbird_cassandra_password
:
passwo
r
d
sunbird_cassandra_port
:
9042
sunbird_cassandra_username
:
admin
sunbird_cert_service_base_url
:
http://cert-service.dev.svc.cluster.local:9000
...
...
@@ -103,7 +103,7 @@ sunbird_encryption_key: encryptionkey
sunbird_encryption_mode
:
local
sunbird_env_logo_url
:
"
"
sunbird_environment
:
dev
sunbird_es_host
:
http://
elasticsearch.dev.svc.cluster.local
sunbird_es_host
:
elasticsearch.dev.svc.cluster.local
sunbird_es_port
:
9300
sunbird_fuzzy_search_threshold
:
0.5
sunbird_gzip_enable
:
true
...
...
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