Commit ea3883bd authored by kesnar's avatar kesnar
Browse files

fix: take into account jvm startup bursts for limits

parent b6bfee3d
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