Skip to content
Snippets Groups Projects
Commit ea3883bd authored by famelis's avatar famelis
Browse files

fix: take into account jvm startup bursts for limits

parent b6bfee3d
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: ...@@ -102,7 +102,7 @@ spec:
cpu: 50m cpu: 50m
memory: 512Mi memory: 512Mi
limits: limits:
cpu: 500m cpu: 2000m
memory: 2048Mi memory: 2048Mi
--- ---
apiVersion: autoscaling/v2 apiVersion: autoscaling/v2
......
...@@ -106,7 +106,7 @@ spec: ...@@ -106,7 +106,7 @@ spec:
cpu: 50m cpu: 50m
memory: 512Mi memory: 512Mi
limits: limits:
cpu: 500m cpu: 2000m
memory: 2048Mi memory: 2048Mi
--- ---
apiVersion: autoscaling/v2 apiVersion: autoscaling/v2
...@@ -126,4 +126,4 @@ spec: ...@@ -126,4 +126,4 @@ spec:
name: cpu name: cpu
target: target:
type: Utilization type: Utilization
averageUtilization: 80 averageUtilization: 80
\ No newline at end of file
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