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

        This commit upgrades minecraft, pgadmin, paperless-ngx, cloudflared, homepage, n8n, actual-budget catalog item(s).

* undo pgadmin

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-06-04 15:53:37 +03:00

70 lines
1.3 KiB
YAML

image:
repository: paperlessngx/paperless-ngx
pullPolicy: IfNotPresent
tag: 2.9.0
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" }}