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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ spec:
              cpu: 50m
              memory: 512Mi
            limits:
              cpu: 500m
              cpu: 2000m
              memory: 2048Mi
---
apiVersion: autoscaling/v2
+2 −2
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ spec:
              cpu: 50m
              memory: 512Mi
            limits:
              cpu: 500m
              cpu: 2000m
              memory: 2048Mi
---
apiVersion: autoscaling/v2