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) 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 icon: https://stalw.art/home/apple-touch-icon.png
type: application type: application
version: 0.0.7 version: 0.0.8
# renovate: image=docker.io/stalwartlabs/mail-server # renovate: image=docker.io/stalwartlabs/mail-server
appVersion: "0.8.1" appVersion: "0.8.1"
maintainers: maintainers:

View file

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

View file

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