Skip to content

Commit

Permalink
ci(k8s): increase front memory limit (#2775)
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelB authored May 25, 2020
1 parent 50fe46e commit 243e5a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .k8s/frontend.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ deployment:
resources:
limits:
cpu: 200m
memory: 400Mi # 333.4 + 66.6~(20% of 333.4)
memory: 560Mi # 400 + 160 ~(40% of 400)
requests:
cpu: 200m
memory: 400Mi
memory: 560Mi

livenessProbe:
path: /health
Expand Down

0 comments on commit 243e5a0

Please sign in to comment.