fix(stalwart-mail): add chart-testing values for traefik

This commit is contained in:
WrenIX 2024-06-11 16:26:46 +02:00
parent 7e3786c91b
commit b499dc1f18
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
4 changed files with 74 additions and 2 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.9
version: 0.0.10
# 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.9-informational?style=flat-square[Version: 0.0.9]
image::https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square[Version: 0.0.10]
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

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,71 @@
config:
lookup:
default:
hostname: mail.example.org
server:
listener:
smtp:
proxy:
trusted-networks: ["10.0.0.0/8"]
submission:
submissions:
proxy:
trusted-networks: ["10.0.0.0/8"]
imap:
imaptls:
proxy:
trusted-networks: ["10.0.0.0/8"]
pop3:
pop3s:
proxy:
trusted-networks: ["10.0.0.0/8"]
sieve:
proxy:
trusted-networks: ["10.0.0.0/8"]
# without proxy and tls for ingress (well-known)
http:
protocol: "http"
bind: ["[::]:8080"]
https:
url: "https://mail.example.org"
proxy:
trusted-networks: ["10.0.0.0/8"]
service:
ports:
submission:
imap:
pop3:
http: 8080
traefik:
enabled: true
host: mail.example.org
ports:
submission:
imap:
pop3:
# not exists
blub:
ingress:
enabled: true
hosts:
- host: "example.org"
paths:
- path: /.well-known/jmap
pathType: Prefix
- path: /.well-known/mta-sts.txt
pathType: Exact
- path: /.well-known/mail-v1.xml
pathType: Exact
- path: /.well-known/autoconfig
pathType: Prefix
- path: /autodiscover
pathType: Prefix