Skip to content

Commit

Permalink
increase limits
Browse files Browse the repository at this point in the history
  • Loading branch information
soerenschneider committed Oct 3, 2024
1 parent b0a63c9 commit d54ff2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/paperless-ngx/paperless-ngx-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
memory: "512Mi"
cpu: "50m"
limits:
memory: "1024Mi"
memory: "2048Mi"
ports:
- containerPort: 8000
name: "paperless-ngx"
Expand Down Expand Up @@ -92,13 +92,13 @@ spec:
volumes:
- name: "storage"
emptyDir:
sizeLimit: "5Gi"
sizeLimit: "1Gi"
- name: "consumption"
emptyDir:
sizeLimit: "512Mi"
sizeLimit: "1Gi"
- name: "tmp"
emptyDir:
sizeLimit: "5Mi"
sizeLimit: "1Gi"
- name: "entrypoint"
configMap:
name: "entrypoint-script"
Expand Down

0 comments on commit d54ff2d

Please sign in to comment.