fix(stalwart-mail): add default allowed-ip for health-check
This commit is contained in:
parent
c6d73fc92c
commit
7813b1540d
3 changed files with 5 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/img/apple-touch-icon.png
|
icon: https://stalw.art/img/apple-touch-icon.png
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.20
|
version: 0.0.21
|
||||||
# renovate: image=docker.io/stalwartlabs/mail-server
|
# renovate: image=docker.io/stalwartlabs/mail-server
|
||||||
appVersion: "0.11.1"
|
appVersion: "0.11.1"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One M
|
||||||
|
|
||||||
# stalwart-mail
|
# stalwart-mail
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
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)
|
||||||
|
|
||||||
|
@ -89,6 +89,7 @@ helm uninstall stalwart-mail-release
|
||||||
| config.metrics.prometheus.auth.secret | string | `"%{env:METRICS_SECRET}%"` | |
|
| config.metrics.prometheus.auth.secret | string | `"%{env:METRICS_SECRET}%"` | |
|
||||||
| config.metrics.prometheus.auth.username | string | `"%{env:METRICS_USERNAME}%"` | |
|
| config.metrics.prometheus.auth.username | string | `"%{env:METRICS_USERNAME}%"` | |
|
||||||
| config.metrics.prometheus.enable | bool | `true` | |
|
| config.metrics.prometheus.enable | bool | `true` | |
|
||||||
|
| config.server.allowed-ip."10.42.0.1/16" | string | `""` | |
|
||||||
| config.server.listener.http.bind[0] | string | `"[::]:80"` | |
|
| config.server.listener.http.bind[0] | string | `"[::]:80"` | |
|
||||||
| config.server.listener.http.protocol | string | `"http"` | |
|
| config.server.listener.http.protocol | string | `"http"` | |
|
||||||
| config.server.listener.https.bind[0] | string | `"[::]:443"` | |
|
| config.server.listener.https.bind[0] | string | `"[::]:443"` | |
|
||||||
|
|
|
@ -62,6 +62,8 @@ config:
|
||||||
bind: ["[::]:443"]
|
bind: ["[::]:443"]
|
||||||
tls:
|
tls:
|
||||||
implicit: true
|
implicit: true
|
||||||
|
allowed-ip:
|
||||||
|
"10.42.0.1/16": ""
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
data: "rocksdb"
|
data: "rocksdb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue