fix(stalwart-mail): add chart-testing values for traefik
This commit is contained in:
parent
7e3786c91b
commit
b499dc1f18
4 changed files with 74 additions and 2 deletions
|
@ -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.9
|
version: 0.0.10
|
||||||
# renovate: image=docker.io/stalwartlabs/mail-server
|
# renovate: image=docker.io/stalwartlabs/mail-server
|
||||||
appVersion: "0.8.1"
|
appVersion: "0.8.1"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
= stalwart-mail
|
= 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/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
|
||||||
|
|
1
stalwart-mail/ci/ct-empty-values.yaml
Normal file
1
stalwart-mail/ci/ct-empty-values.yaml
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
71
stalwart-mail/ci/ct-traefik-values.yaml
Normal file
71
stalwart-mail/ci/ct-traefik-values.yaml
Normal 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
|
Loading…
Add table
Reference in a new issue