Files
chart/library/ix-dev/community/listmonk/values.yaml
Stavros Kois 602febd45b listmonk - migrate storage section (#1777)
* listmonk - migrate storage section

* exec bit

* label

* remove chown
2023-11-22 18:52:23 +02:00

56 lines
1.1 KiB
YAML

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