Skip to content
Snippets Groups Projects
Commit 3bd89ed3 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Merge branch 'feat/scaling_fixes' into 'develop'

fix: change limits and resources to take into account jvm startup bursts

See merge request !116
parents b6bfee3d ea3883bd
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!116fix: change limits and resources to take into account jvm startup bursts
......@@ -102,7 +102,7 @@ spec:
cpu: 50m
memory: 512Mi
limits:
cpu: 500m
cpu: 2000m
memory: 2048Mi
---
apiVersion: autoscaling/v2
......
......@@ -106,7 +106,7 @@ spec:
cpu: 50m
memory: 512Mi
limits:
cpu: 500m
cpu: 2000m
memory: 2048Mi
---
apiVersion: autoscaling/v2
......@@ -126,4 +126,4 @@ spec:
name: cpu
target:
type: Utilization
averageUtilization: 80
\ No newline at end of file
averageUtilization: 80
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment