Skip to content

Commit

Permalink
rollout probe service to 500cpu,mem
Browse files Browse the repository at this point in the history
  • Loading branch information
skonto committed Nov 27, 2023
1 parent dd60cfc commit 86f9e09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
cpu: 20m
memory: 20Mi
limits:
cpu: 250m
memory: 250Mi
cpu: 500m
memory: 500Mi
containerConcurrency: 10
---
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
cpu: 20m
memory: 20Mi
limits:
cpu: 250m
memory: 250Mi
cpu: 500m
memory: 500Mi
containerConcurrency: 10
---
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
cpu: 20m
memory: 20Mi
limits:
cpu: 250m
memory: 250Mi
cpu: 500m
memory: 500Mi
containerConcurrency: 10
---

0 comments on commit 86f9e09

Please sign in to comment.