Files
chart/library/ix-dev/community/paperless-ngx/values.yaml
bugclerk a206e52456 Upgraded catalog item(s) (#2818)
* Upgraded catalog item(s)

        This commit upgrades home-assistant, navidrome, paperless-ngx, qbittorrent, metube, ddns-updater, n8n, planka, node-red catalog item(s).

* revert ddns-update

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-09-18 16:45:36 +03:00

70 lines
1.3 KiB
YAML

image:
repository: paperlessngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.12.1
resources:
limits:
cpu: 4000m
memory: 8Gi
paperlessConfig:
adminUser: ''
adminPassword: ''
adminMail: ''
enableTrash: true
additionalEnvs: []
paperlessNetwork:
webPort: 30070
hostNetwork: false
paperlessID:
user: 568
group: 568
paperlessStorage:
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
media:
type: ixVolume
ixVolumeConfig:
datasetName: media
consume:
type: ixVolume
ixVolumeConfig:
datasetName: consume
trash:
type: ixVolume
ixVolumeConfig:
datasetName: trash
pgData:
type: ixVolume
ixVolumeConfig:
datasetName: pgData
pgBackup:
type: ixVolume
ixVolumeConfig:
datasetName: pgBackup
additionalStorages: []
notes:
custom: |
## Database
You can connect to the database using the pgAdmin App from the catalog
<details>
<summary>Database Details</summary>
- Database: `paperless`
- Username: `paperless`
- Password: `{{ .Values.paperlessDbPass }}`
- Host: `{{ .Values.paperlessDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "paperlessDbPass" }}
{{- $_ := unset .Values "paperlessDbHost" }}