Skip to content

Commit

Permalink
Bump Notion workers CPU (#4025)
Browse files Browse the repository at this point in the history
  • Loading branch information
flvndvd authored Feb 28, 2024
1 parent e11c72c commit 1dac009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/deployments/connectors-worker-notion-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ spec:

resources:
requests:
cpu: 2000m
cpu: 3000m
memory: 4Gi
ephemeral-storage: 4Gi

limits:
cpu: 2000m
cpu: 3000m
memory: 4Gi
ephemeral-storage: 4Gi

Expand Down

0 comments on commit 1dac009

Please sign in to comment.