Skip to content

Commit

Permalink
Merge pull request #211 from 1Password/AndyTitu/use-cpu-request-inste…
Browse files Browse the repository at this point in the history
…ad-of-limit

Use request instead of limits for cpu resource
  • Loading branch information
AndyTitu authored Oct 9, 2024
2 parents 84dd56a + 941fff3 commit 6f49cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ connect:
resources:
limits:
memory: 128Mi
requests:
cpu: 0.2
httpPort: 8080
httpsPort: 8443
Expand Down

0 comments on commit 6f49cb7

Please sign in to comment.