feat(paperless-ngx): add default resources
This commit is contained in:
parent
b74157e1cd
commit
6a7bad3905
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue