Unverified Commit a0a66be6 authored by Prasath Sivasubramaniyan's avatar Prasath Sivasubramaniyan Committed by GitHub
Browse files

Merge branch 'project-sunbird:release-5.1.0' into release-5.1.0

Showing with 5 additions and 6 deletions
+5 -6
......@@ -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 }}
......
......@@ -17,7 +17,7 @@ learning1
redis1
[dial1]
18.3.1.5
10.0.1.5
[dial:children]
dial1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment