stalwart-mail/README.md

51 lines
2.2 KiB
Markdown
Raw Normal View History

2024-06-10 09:09:21 +00:00
# stalwart-mail
2024-06-10 13:49:45 +00:00
![Version: 0.0.6](https://img.shields.io/badge/Version-0.0.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.8.1](https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square)
2024-06-10 09:09:21 +00:00
Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
## Maintainers
| Name | Email | Url |
| ---- | ------ | --- |
| Loic Kalbermatter | <loic.kalbermatter@pulseflow.ch> | |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"stalwartlabs/mail-server"` | |
2024-06-10 09:33:33 +00:00
| image.tag | string | `""` | |
2024-06-10 10:08:42 +00:00
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
2024-06-10 09:33:33 +00:00
| persistence.accessMode | string | `"ReadWriteOnce"` | |
2024-06-10 09:46:41 +00:00
| persistence.enabled | bool | `false` | |
| persistence.existingClaim | string | `""` | |
2024-06-10 09:33:33 +00:00
| persistence.mountPath | string | `"/opt/stalwart-mail"` | |
| persistence.size | string | `"10Gi"` | |
2024-06-10 09:46:41 +00:00
| persistence.storageClass | string | `""` | |
2024-06-10 09:09:21 +00:00
| replicaCount | int | `1` | |
2024-06-10 09:33:33 +00:00
| service.ports.http | int | `8080` | |
| service.ports.https | int | `443` | |
2024-06-10 09:09:21 +00:00
| service.ports.imap | int | `143` | |
| service.ports.imaps | int | `993` | |
| service.ports.sieve | int | `4190` | |
| service.ports.smtp | int | `25` | |
| service.ports.smtps | int | `465` | |
2024-06-10 09:33:33 +00:00
| service.ports.submission | int | `587` | |
| service.type | string | `"NodePort"` | |
2024-06-10 10:08:42 +00:00
| traefik.enabled | bool | `false` | |
| traefik.hosts | list | `[]` | |
2024-06-10 10:08:42 +00:00
| traefik.ports.http | string | `"websecure"` | |
| traefik.ports.imaps | string | `"imaps"` | |
| traefik.ports.smtps | string | `"smtps"` | |
2024-06-10 09:09:21 +00:00
----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)