Commit 2a6bfb8f authored by Reshmi's avatar Reshmi
Browse files

Changing memery limit for assessment service

3 merge requests!17Release 5.1.0 api,!14Changing memory limit for assessment service,!16Release 5.1.0 api
Showing with 1 addition and 1 deletion
+1 -1
...@@ -18,7 +18,7 @@ resources: ...@@ -18,7 +18,7 @@ resources:
memory: {{assessment_mem_req|default('50Mi')}} memory: {{assessment_mem_req|default('50Mi')}}
limits: limits:
cpu: {{assessment_cpu_limit|default('1')}} cpu: {{assessment_cpu_limit|default('1')}}
memory: {{assessment_mem_limit|default('500Mi')}} memory: {{assessment_mem_limit|default('1000Mi')}}
network: network:
port: 9003 port: 9003
targetport: 9000 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