feat(paperless-ngx): increase default resource limits and externalize them to the config

This commit is contained in:
Tommy 2024-04-07 10:35:02 +02:00
parent 6c9d1da14b
commit 252723bb54
No known key found for this signature in database
3 changed files with 10 additions and 4 deletions

View file

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

View file

@ -35,9 +35,7 @@ spec:
- secretRef:
name: {{ .Values.envFromSecret }}
resources:
limits:
memory: "128Mi"
cpu: "500m"
{{- toYaml .Values.resources | nindent 10 }}
ports:
- containerPort: 80
name: http

View file

@ -25,3 +25,11 @@ image:
postgres:
secretName: paperless-ngx-secret
resources:
limits:
memory: "3Gi"
cpu: "1000m"
# requests:
# cpu: 100m
# memory: 250Mi