Skip to content

Commit

Permalink
Merge pull request #209 from 1Password/andi/update-connect-api-resour…
Browse files Browse the repository at this point in the history
…ce-limits

Add sensible defaults to limit connect-api's resource consumption
  • Loading branch information
AndyTitu authored Sep 27, 2024
2 parents e2f33a6 + 1b6fd7b commit 84dd56a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion charts/connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ connect:
name: connect-api
# The 1Password Connect API repository
imageRepository: 1password/connect-api
resources: {}
resources:
limits:
memory: 128Mi
cpu: 0.2
httpPort: 8080
httpsPort: 8443
logLevel: info
Expand Down

0 comments on commit 84dd56a

Please sign in to comment.