From 49743066bfd0eafb30fcfb8aa7705903ef70201c Mon Sep 17 00:00:00 2001
From: Fabian Schindler <fabian.schindler.strauss@gmail.com>
Date: Mon, 29 Jun 2020 17:16:22 +0200
Subject: [PATCH] Adding overview image and improving service list

---
 documentation/operator-guide/intro.rst | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/documentation/operator-guide/intro.rst b/documentation/operator-guide/intro.rst
index f4532cf8..49e3d279 100644
--- a/documentation/operator-guide/intro.rst
+++ b/documentation/operator-guide/intro.rst
@@ -13,10 +13,14 @@ knowledge of Docker and Docker Swarm is a prerequisite.
 Components
 ----------
 
+.. figure:: images/architecture.png
+
 The View Server consists of the following service components (with their
 respective Docker image in parenthesis):
 
- - Ingestor (ingestor)
+.. - Ingestor (ingestor) TODO: re-add this
+
+ - Reverse Proxy (traefik)
  - Preprocessor (preprocessor)
  - Registrar (core)
  - Renderer (core)
@@ -24,7 +28,7 @@ respective Docker image in parenthesis):
  - Seeder (cache)
  - Client (client)
  - Database (postgis)
- - Redis (redis)
+ - Queue Manager (redis)
  - Reverse Proxy (traefik)
 
 These services are bundled and managed together in a Docker Swarm via
-- 
GitLab