feat(paperless-ngx): add default resources

This commit is contained in:
Tommy 2024-05-13 17:10:26 +02:00
parent b74157e1cd
commit 6a7bad3905
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ description: |
document management system that transforms your physical documents into a searchable online archive document management system that transforms your physical documents into a searchable online archive
appVersion: 2.7.0 appVersion: 2.7.0
type: application type: application
version: 0.2.0 version: 0.2.1
maintainers: maintainers:
- name: Tommy Skaug - name: Tommy Skaug
email: tommy@skaug.me email: tommy@skaug.me

View file

@ -28,8 +28,8 @@ postgres:
resources: resources:
limits: limits:
memory: "3Gi" memory: "2Gi"
cpu: "1000m" cpu: "1000m"
# requests: requests:
# cpu: 100m cpu: 100m
# memory: 250Mi memory: 50Mi