docs(chore): Presentation - Wrap content with scope border
Stylistic choice, could be reverted. This was done to better visually scope the boundary of content tabs, as it's less obvious where they actually end when they're not within an admonition block. This commit only adds the `!!! quote ""` lines with associated md comment above them, everything else is just indentation.
This commit is contained in:
parent
e270525176
commit
9c713d6225
|
@ -20,6 +20,9 @@ This article describes how to deploy DMS to Kubernetes. We highly recommend ever
|
|||
|
||||
When you do not want to or you cannot use Helm, below is a simple starting point for writing your YAML manifests.
|
||||
|
||||
<!-- This empty quote block is purely for a visual border -->
|
||||
!!! quote ""
|
||||
|
||||
=== "`ConfigMap`"
|
||||
|
||||
Provide the basic configuration via environment variables with a `ConfigMap`. Note that this is just an example configuration; tune the `ConfigMap` to your needs.
|
||||
|
@ -346,6 +349,9 @@ The more difficult part with Kubernetes is to expose a deployed DMS instance to
|
|||
|
||||
The major problem with exposing DMS to the outside world in Kubernetes is to [preserve the real client IP][Kubernetes-service-source-ip]. The real client IP is required by DMS for performing IP-based DNS and spam checks.
|
||||
|
||||
<!-- This empty quote block is purely for a visual border -->
|
||||
!!! quote ""
|
||||
|
||||
=== "Configure IP Manually"
|
||||
|
||||
???+ abstract "Advantages / Disadvantages"
|
||||
|
|
Loading…
Reference in New Issue