formatting

This commit is contained in:
georglauterbach 2024-03-09 17:19:10 +01:00
parent cb704d5c61
commit a6d87157ae
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 1 additions and 2 deletions

View File

@ -110,8 +110,7 @@ When you do not want to or you cannot use Helm, below is a simple starting point
A [`Service`][Kubernetes-network-service] is required for getting the traffic to the pod itself. It configures a load balancer with the ports you'll need.
- The configuration for a `Service` affects if the original IP from a connecting client is preserved (_this is important_). [More about this further down below](#exposing-your-mail-server-to-the-outside-world).
- The configuration covered below does keep the original client IP, but you will not be able to scale this way. Thus this approach is only suitable to support a single instance of DMS.
The configuration for a `Service` affects if the original IP from a connecting client is preserved (_this is important_). [More about this further down below](#exposing-your-mail-server-to-the-outside-world). The configuration covered below does keep the original client IP, but you will not be able to scale this way. Thus this approach is only suitable to support a single instance of DMS.
```yaml
---