Skip to content

Commit

Permalink
fix(prow-dev): fix container resources (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhuizuo authored Nov 11, 2022
1 parent c0a2878 commit 554b377
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ spec:
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
resources:
requests:
cpu: 100m
memory: 100Mi
limits:
cpu: "1"
memory: 1Gi
requests:
cpu: "100"
memory: 100Mi
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 554b377

Please sign in to comment.