praise be linters

This commit is contained in:
georglauterbach 2024-03-09 17:04:23 +01:00
parent 78ad4dc1ef
commit bcf933cd40
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 3 additions and 3 deletions

View File

@ -108,10 +108,10 @@ When you do not want to or you cannot use Helm, below is a simple starting point
=== "`Service`"
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.
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
---