Unverified Commit eb8ded24 authored by Shishir Suman's avatar Shishir Suman Committed by GitHub
Browse files

Merge pull request #17 from UPHRH-platform/release-5.1.0-api

Release 5.1.0 api
No related merge requests found
Showing with 611 additions and 2 deletions
+611 -2
This diff is collapsed.
......@@ -125,7 +125,7 @@ form_api_endpoint={{form_api_endpoint | default('/plugin/v1/form/read')}}
learner_in_memory_cache_ttl={{learner_in_memory_cache_ttl | default(600)}}
user_index_alias={{user_index_alias | default('user_alias')}}
org_index_alias={{org_index_alias | default('org_alias')}}
sunbird_installation_display_name_for_sms=DIKSHA
sunbird_installation_display_name_for_sms=UPSMF
sunbird_sso_lb_ip={{keycloak_url}}
# Release-5.0.0
......
......@@ -18,7 +18,7 @@ resources:
memory: {{assessment_mem_req|default('50Mi')}}
limits:
cpu: {{assessment_cpu_limit|default('1')}}
memory: {{assessment_mem_limit|default('500Mi')}}
memory: {{assessment_mem_limit|default('1000Mi')}}
network:
port: 9003
targetport: 9000
......
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