fix(stalwart-mail): ports cleanup

This commit is contained in:
WrenIX 2024-06-11 14:38:25 +02:00
parent f57d6d587a
commit 451d130f6b
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 11 additions and 11 deletions

View file

@ -3,7 +3,7 @@ name: stalwart-mail
description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
icon: https://stalw.art/home/apple-touch-icon.png
type: application
version: 0.0.7
version: 0.0.8
# renovate: image=docker.io/stalwartlabs/mail-server
appVersion: "0.8.1"
maintainers:

View file

@ -2,7 +2,7 @@
= stalwart-mail
image::https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square[Version: 0.0.7]
image::https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square[Version: 0.0.8]
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
image::https://img.shields.io/badge/AppVersion-0.8.1-informational?style=flat-square[AppVersion: 0.8.1]
== Maintainers
@ -564,12 +564,12 @@ helm uninstall stalwart-mail-release
| `25`
|
| service.ports.smtp-submission
| service.ports.submission
| int
| `587`
|
| service.ports.smtps
| service.ports.submissions
| int
| `465`
|
@ -704,22 +704,22 @@ helm uninstall stalwart-mail-release
| `true`
|
| traefik.ports.smtps.entrypoint
| traefik.ports.submissions.entrypoint
| string
| `"smtps"`
|
| traefik.ports.smtps.match
| traefik.ports.submissions.match
| string
| `nil`
|
| traefik.ports.smtps.passthroughTLS
| traefik.ports.submissions.passthroughTLS
| bool
| `true`
|
| traefik.ports.smtps.proxyProtocol
| traefik.ports.submissions.proxyProtocol
| bool
| `true`
|

View file

@ -156,8 +156,8 @@ service:
annotations: {}
ports:
smtp: 25
smtp-submission: 587
smtps: 465
submission: 587
submissions: 465
imap: 143
imaptls: 993
pop3: 110
@ -188,7 +188,7 @@ traefik:
match:
entrypoint: smtp
proxyProtocol: true
smtps:
submissions:
match:
entrypoint: smtps
proxyProtocol: true