Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Merge pull request #351 from adrianludwin/oom
Browse files Browse the repository at this point in the history
Increase memory limits
  • Loading branch information
k8s-ci-robot authored Jan 16, 2020
2 parents c157478 + 8c76bf4 commit c55f6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions incubator/hnc/config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ spec:
resources:
limits:
cpu: 100m
memory: 30Mi
memory: 100Mi
requests:
cpu: 100m
memory: 20Mi
memory: 50Mi
terminationGracePeriodSeconds: 10

0 comments on commit c55f6fa

Please sign in to comment.