Files
chart/library/ix-dev/community/listmonk/values.yaml
bugclerk 7e177d887c Upgraded catalog item(s) (#2139)
* Upgraded catalog item(s)

        This commit upgrades minecraft, bazarr, prowlarr, lidarr, netbootxyz, readarr, listmonk, tiny-media-manager, firefly-iii, ddns-updater, n8n, homarr catalog item(s).

* undo 3 apps

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
2024-02-05 15:11:41 +02:00

56 lines
1.1 KiB
YAML

image:
repository: listmonk/listmonk
pullPolicy: IfNotPresent
tag: v3.0.0
resources:
limits:
cpu: 4000m
memory: 8Gi
listmonkConfig:
adminUsername: ''
adminPassword: ''
additionalEnvs: []
listmonkNetwork:
webPort: 30093
hostNetwork: false
listmonkRunAs:
user: 568
group: 568
listmonkStorage:
uploads:
type: ixVolume
ixVolumeConfig:
datasetName: uploads
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: `listmonk`
- Username: `listmonk`
- Password: `{{ .Values.listmonkDbPass }}`
- Host: `{{ .Values.listmonkDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
- Port: `5432`
</details>
{{- $_ := unset .Values "listmonkDbPass" }}
{{- $_ := unset .Values "listmonkDbHost" }}