Files
chart/library/ix-dev/community/listmonk/values.yaml
Stavros Kois 0bd1b519c4 Add listmonk to community train (#1633)
* initial commit

* add templates

* add description

* more ci values

* add description

* add readme

* probe path

* run 1 test only

* fix init

* hmm

* I see

* test this

* add questions and metadata

* fix path
2023-10-14 23:20:39 +03:00

53 lines
1021 B
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
datasetName: uploads
pgData:
type: ixVolume
datasetName: pgData
pgBackup:
type: ixVolume
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" }}