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

        This commit upgrades netdata, elastic-search, home-assistant, plex, prometheus, sftpgo, homer, pgadmin, jellyseerr, twofactor-auth, omada-controller, ipfs, wordpress, immich, jellyfin, listmonk, searxng, n8n, planka, audiobookshelf, odoo catalog item(s).

* revert non-backwards compatible bumps

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-11-18 17:37:17 +02:00

56 lines
1.1 KiB
YAML

image:
repository: listmonk/listmonk
pullPolicy: IfNotPresent
tag: v4.1.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" }}