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
uphrh-sb-devops
Commits
a0a66be6
Unverified
Commit
a0a66be6
authored
2 years ago
by
Prasath Sivasubramaniyan
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge branch 'project-sunbird:release-5.1.0' into release-5.1.0
parents
ac43ab2a
ae19cd99
upstream/release-5.1.0-vdn
login-changes
loginRegisterBtn
release-5.1.0
release-5.1.0-api
release-5.1.0-apiuat
release-5.1.0-bulk-enrol-unenrol
release-5.1.0-uat
release-5.1.0-uatLatest
release-5.1.0-uatapi
release-5.1.0-upsmf-prod
release-uat-nginx
revert-5-login-changes
1 merge request
!16
Release 5.1.0 api
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kubernetes/helm_charts/core/analytics/values.j2
+4
-5
kubernetes/helm_charts/core/analytics/values.j2
private_repo/ansible/inventory/dev/KnowledgePlatform/hosts
+1
-1
private_repo/ansible/inventory/dev/KnowledgePlatform/hosts
with
5 additions
and
6 deletions
+5
-6
kubernetes/helm_charts/core/analytics/values.j2
+
4
−
5
View file @
a0a66be6
...
...
@@ -8,11 +8,10 @@ env:
javaoptions: {{analytics_java_mem_limit|default('-Xmx600m')}}
min_heap: {{analytics_min_heap_limit|default('-Xms1g')}}
max_heap: {{analytics_max_heap_limit|default('-Xmx2g')}}
azure_private_account_secret: {{ sunbird_private_storage_account_key }}
azure_private_account_name: {{ sunbird_private_storage_account_name }}
azure_public_account_secret: {{ sunbird_public_storage_account_key }}
azure_public_account_name: {{ sunbird_public_storage_account_name }}
azure_private_account_secret: {{ cloud_private_storage_secret }}
azure_private_account_name: {{ cloud_private_storage_accountname }}
azure_public_account_secret: {{ cloud_public_storage_secret }}
azure_public_account_name: {{ cloud_public_storage_accountname }}
replicaCount: {{analytics_replicacount|default(1)}}
repository: {{analytics_repository|default('sunbird-analytics-service')}}
image_tag: {{ image_tag }}
...
...
This diff is collapsed.
Click to expand it.
private_repo/ansible/inventory/dev/KnowledgePlatform/hosts
+
1
−
1
View file @
a0a66be6
...
...
@@ -17,7 +17,7 @@ learning1
redis1
[dial1]
1
8.3
.1.5
1
0.0
.1.5
[dial:children]
dial1
...
...
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