Skip to content

Commit

Permalink
Give Installer govet test more memory
Browse files Browse the repository at this point in the history
  • Loading branch information
LorbusChris committed Dec 17, 2019
1 parent c8b6a1b commit ec24fc5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ resources:
requests:
cpu: "3"
memory: 5Gi
govet:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
installer:
limits:
memory: 9Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ resources:
requests:
cpu: "3"
memory: 5Gi
govet:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
installer:
limits:
memory: 9Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ resources:
requests:
cpu: "3"
memory: 5Gi
govet:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
installer:
limits:
memory: 9Gi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ resources:
requests:
cpu: "3"
memory: 5Gi
govet:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
installer:
limits:
memory: 9Gi
Expand Down

0 comments on commit ec24fc5

Please sign in to comment.