Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
03841d864b
commit
135b062946
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
||||||
{% raw %}
|
{% raw %}
|
||||||
...
|
<pre class="mermaid">
|
||||||
|
graph TD
|
||||||
|
A[Client] --> B[Load Balancer]
|
||||||
|
B --> C[Server01]
|
||||||
|
B --> D[Server02]
|
||||||
|
</pre>
|
||||||
{% endraw %}
|
{% endraw %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue