Skip to content

Commit

Permalink
Use requests instead of limits for cpu resource
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyTitu authored Oct 9, 2024
1 parent 2c55fbc commit 3fbd0b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config/connect/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ spec:
resources:
limits:
memory: "128Mi"
cpu: "0.2"
requests:
cpu: "0.2m"
ports:
- containerPort: 8080
env:
Expand All @@ -58,7 +59,8 @@ spec:
resources:
limits:
memory: "128Mi"
cpu: "0.2"
requests:
cpu: "0.2m"
ports:
- containerPort: 8081
env:
Expand Down

0 comments on commit 3fbd0b3

Please sign in to comment.