Skip to content

Commit

Permalink
Merge pull request #859 from dgoodwin/hiveapi-memory-bump
Browse files Browse the repository at this point in the history
Bump hiveapi memory limits.
  • Loading branch information
dgoodwin authored Feb 27, 2020
2 parents 99c0220 + 85a71b4 commit fa12980
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/apiserver/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ spec:
resources:
requests:
cpu: 100m
memory: 100Mi
memory: 400Mi
limits:
cpu: 100m
memory: 200Mi
memory: 600Mi
command:
- "/opt/services/hive-apiserver"
args:
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/assets/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa12980

Please sign in to comment.