Skip to content

Commit

Permalink
increse limits
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <[email protected]>
  • Loading branch information
RealAnna committed Sep 28, 2023
1 parent f54bbb1 commit 5e702da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/testmetrics/metrics-hpa/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
imagePullPolicy: Always
resources:
limits:
cpu: 5m
cpu: 10m
memory: 128Mi
requests:
cpu: 1m
cpu: 5m
memory: 64Mi
ports:
- containerPort: 9000
Expand Down

0 comments on commit 5e702da

Please sign in to comment.