docs(chore): Wrap exposure tabs in `example` admonitions

Host + PROXY protocol tabs still needed this step.
This commit is contained in:
polarathene 2024-03-10 22:16:12 +13:00
parent 9f9312db30
commit e270525176
1 changed files with 208 additions and 208 deletions

View File

@ -447,7 +447,7 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr
Using `hostPort` and `hostNetwork: true` is a similar approach to [`network_mode: host` with Docker Compose][docker-docs::compose::network_mode]. Using `hostPort` and `hostNetwork: true` is a similar approach to [`network_mode: host` with Docker Compose][docker-docs::compose::network_mode].
**Example** !!! example
```yaml ```yaml
--- ---
@ -509,7 +509,7 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr
For more information on the PROXY protocol, refer to [our dedicated docs page][docs-mailserver-behind-proxy] on the topic. For more information on the PROXY protocol, refer to [our dedicated docs page][docs-mailserver-behind-proxy] on the topic.
**Examples** !!! example
A complete configuration, with duplicated ports, can be found down below in the "Traefik" section. The Postfx and Dovecot configuration is identical for other proxies (like NGINX). A complete configuration, with duplicated ports, can be found down below in the "Traefik" section. The Postfx and Dovecot configuration is identical for other proxies (like NGINX).