Skip to content

Commit

Permalink
Upgrade ephemeral storage for notion workers (#7395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle authored Sep 13, 2024
1 parent 42132a0 commit ab92d9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions k8s/deployments/connectors-worker-notion-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ spec:
requests:
cpu: 2000m
memory: 4Gi
ephemeral-storage: 4Gi

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

volumes:
- name: cert-volume
Expand Down
2 changes: 2 additions & 0 deletions k8s/deployments/connectors-worker-notion-gc-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,12 @@ spec:
requests:
cpu: 2000m
memory: 4Gi
ephemeral-storage: 4Gi

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

volumes:
- name: cert-volume
Expand Down

0 comments on commit ab92d9f

Please sign in to comment.