Skip to content

Commit

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

0 comments on commit ced45c3

Please sign in to comment.