Compare commits

..

No commits in common. "8ba6cd2d7d064b974e0f976e5de833d790d1122e" and "60603120743f5a9597f74d8e70257148f4dd82df" have entirely different histories.

4 changed files with 6 additions and 9 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.6 version: 0.0.5
# 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

@ -1,6 +1,6 @@
# stalwart-mail # stalwart-mail
![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) ![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-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)
Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP) Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
@ -41,7 +41,6 @@ Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IM
| service.ports.submission | int | `587` | | | service.ports.submission | int | `587` | |
| service.type | string | `"NodePort"` | | | service.type | string | `"NodePort"` | |
| traefik.enabled | bool | `false` | | | traefik.enabled | bool | `false` | |
| traefik.hosts | list | `[]` | |
| traefik.ports.http | string | `"websecure"` | | | traefik.ports.http | string | `"websecure"` | |
| traefik.ports.imaps | string | `"imaps"` | | | traefik.ports.imaps | string | `"imaps"` | |
| traefik.ports.smtps | string | `"smtps"` | | | traefik.ports.smtps | string | `"smtps"` | |

View File

@ -9,15 +9,13 @@ spec:
entryPoints: entryPoints:
- {{ $entryport }} - {{ $entryport }}
routes: routes:
{{- range $host := .Values.traefik.hosts }} - match: HostSNI(`{{ $.Values.traefik.host }}`)
- match: HostSNI(`{{ $host }}`)
services: services:
- name: {{ include "stalwart-mail.fullname" $ }} - name: {{ include "stalwart-mail.fullname" $ }}
port: {{ $port }} port: {{ $port }}
proxyProtocol: proxyProtocol:
version: 2 version: 2
{{- end }}
tls: tls:
passthrough: true passthrough: true
{{- end }} {{- end }}
{{- end }} {{- end }}{{/* end-if .enabled */}}

View File

@ -34,7 +34,7 @@ ingress:
traefik: traefik:
enabled: false enabled: false
hosts: [] #host: "mail.example.com"
ports: ports:
http: websecure http: websecure
imaps: imaps imaps: imaps