@@ -26,26 +26,27 @@ $ helm uninstall --namespace listmonk listmonk
2626
2727## Values
2828
29- | Key | Type | Default | Description |
30- | ---------------------------------- | ------ | --------------------- | ----------------------------------------------------------------- |
31- | ingress.annotations | object | ` {} ` | annotations for the ingress |
32- | ingress.enabled | bool | ` false ` | enable the ingress |
33- | ingress.className | string | ` "" ` | ingress class name |
34- | ingress.host | string | ` "listmonk.local" ` | host for the ingress |
35- | ingress.tls | list | ` [] ` | tls configuration for the ingress |
36- | listmonk.admin.password | string | ` "" ` | the admin password |
37- | listmonk.admin.username | string | ` "" ` | the admin username |
38- | listmonk.image.repository | string | ` "listmonk/listmonk" ` | the listmonk image repository |
39- | listmonk.image.tag | string | ` "v5.0.0" ` | the listmonk image tag |
40- | listmonk.replicas | int | ` 1 ` | the number of listmonk deployment replicas |
41- | postgres.database | string | ` "listmonk" ` | the postgres database name |
42- | postgres.enabled | bool | ` true ` | enable internal postgres |
43- | postgres.existingSecret | string | ` "" ` | name of an existing Kubernetes Secret with database credentials |
44- | postgres.existingSecretPasswordKey | string | ` "" ` | key in existingSecret for the database password (required if set) |
45- | postgres.existingSecretUsernameKey | string | ` "" ` | key in existingSecret for the database username (required if set) |
46- | postgres.hostname | string | ` "" ` | external postgres hostname (used when postgres.enabled is false) |
47- | postgres.image.repository | string | ` "postgres" ` | the postgres image repository |
48- | postgres.image.tag | string | ` "16-alpine" ` | the postgres image tag |
49- | postgres.password | string | ` "" ` | the postgres password (used if existingSecret is not set) |
50- | postgres.resources | object | ` {} ` | resources configuration for the postgres statefulset |
51- | postgres.user | string | ` "listmonk" ` | the postgres username (used if existingSecret is not set) |
29+ | Key | Type | Default | Description |
30+ | ---------------------------------- | ------ | --------------------- | -------------------------------------------------------------------------------------------------------------- |
31+ | ingress.annotations | object | ` {} ` | annotations for the ingress |
32+ | ingress.enabled | bool | ` false ` | enable the ingress |
33+ | ingress.className | string | ` "" ` | ingress class name |
34+ | ingress.host | string | ` "listmonk.local" ` | host for the ingress |
35+ | ingress.tls | list | ` [] ` | tls configuration for the ingress |
36+ | listmonk.admin.password | string | ` "" ` | the admin password |
37+ | listmonk.admin.username | string | ` "" ` | the admin username |
38+ | listmonk.image.repository | string | ` "listmonk/listmonk" ` | the listmonk image repository |
39+ | listmonk.image.tag | string | ` "v5.0.0" ` | the listmonk image tag |
40+ | listmonk.replicas | int | ` 1 ` | the number of listmonk deployment replicas |
41+ | postgres.database | string | ` "listmonk" ` | the postgres database name |
42+ | postgres.enabled | bool | ` true ` | enable internal postgres |
43+ | postgres.existingSecret | string | ` "" ` | name of an existing Kubernetes Secret with database credentials |
44+ | postgres.existingSecretPasswordKey | string | ` "" ` | key in existingSecret for the database password (required if set) |
45+ | postgres.existingSecretUsernameKey | string | ` "" ` | key in existingSecret for the database username (required if set) |
46+ | postgres.hostname | string | ` "" ` | external postgres hostname (used when postgres.enabled is false) |
47+ | postgres.image.repository | string | ` "postgres" ` | the postgres image repository |
48+ | postgres.image.tag | string | ` "16-alpine" ` | the postgres image tag |
49+ | postgres.password | string | ` "" ` | the postgres password (used if existingSecret is not set) |
50+ | postgres.resources | object | ` {} ` | resources configuration for the postgres statefulset |
51+ | postgres.ssl_mode | string | ` "disable" ` | the SSL mode for postgres connection. Possible values: allow, disable, prefer, require, verify-ca, verify-full |
52+ | postgres.user | string | ` "listmonk" ` | the postgres username (used if existingSecret is not set) |
0 commit comments