Skip to content

Commit

Permalink
Increase resources
Browse files Browse the repository at this point in the history
v0.3.0 deployed in GKE 1.19 is in CrashLoopBackOff because
of OOMKilled
  • Loading branch information
ansd committed Mar 19, 2021
1 parent 324bf9e commit ff2c461
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ spec:
name: manager
resources:
limits:
cpu: 100m
memory: 30Mi
cpu: 300m
memory: 500Mi
requests:
cpu: 100m
memory: 20Mi
memory: 100Mi
terminationGracePeriodSeconds: 10

0 comments on commit ff2c461

Please sign in to comment.