From 9059b0e3beb0a1b5f5178825ab98887ee8b39f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilhem=20Barth=C3=A9s?= Date: Tue, 9 Jul 2024 11:41:42 +0200 Subject: [PATCH] fix: apply feedback on tables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Guilhem Barthés --- docs/source/reference/volumes.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/source/reference/volumes.rst b/docs/source/reference/volumes.rst index 46c4fb5c..a0f6034e 100644 --- a/docs/source/reference/volumes.rst +++ b/docs/source/reference/volumes.rst @@ -8,11 +8,11 @@ Orchestrator The orchestrator claims are only linked with its database. This database (and the underlying volume) is important has it is where we store all the events that happen in the network. -+--------------+--------------+----------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+---------+ -| PVC name | Component | Pod | access mode | Volume Size default (Gi) | storage class | reclaim policy | Can be reused | How to re use | Comment | -+==============+==============+==========+=================================+==========================+===============+================+===============+==============================================+=========+ -| Postgres PVC | orchestrator | postgres | ReadWriteOnce (can be modified) | 8 | | default | yes | postgresql.primary.persistence.existingClaim | | -+--------------+--------------+----------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+---------+ ++--------------+--------------+----------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+ +| PVC name | Component | Pod | access mode | Volume Size default (Gi) | storage class | reclaim policy | Can be reused | How to re use | ++==============+==============+==========+=================================+==========================+===============+================+===============+==============================================+ +| Postgres PVC | orchestrator | postgres | ReadWriteOnce (can be modified) | 8 | | default | yes | postgresql.primary.persistence.existingClaim | ++--------------+--------------+----------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+ Backend @@ -25,17 +25,17 @@ The backend is the more compolex component and requires different volumes for fu +=====================+===========+============+=================================+==========================+===============+================+===============+==============================================+====================================================+ | Postgres PVC | backend | postgres | ReadWriteOnce (can be modified) | 8 | | default | yes | postgresql.primary.persistence.existingClaim | | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ -| localstack PVC | backend | localstack | ReadWriteOnce (can be modified) | 5 | | default | yes | localstack.persistence.existingClaim | Only created when `localstack.enabled = true` | +| Localstack PVC | backend | localstack | ReadWriteOnce (can be modified) | 5 | | default | yes | localstack.persistence.existingClaim | Only created when `localstack.enabled = true` | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ -| minio PVC | backend | minio | ReadWriteOnce (can be modified) | 8 | | default | yes | minio.persistence.existingClaim | Only created when `minio.enabled = true` | +| Minio PVC | backend | minio | ReadWriteOnce (can be modified) | 8 | | default | yes | minio.persistence.existingClaim | Only created when `minio.enabled = true` | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ | Redis PVC | backend | redis | ReadWriteOnce (can be modified) | 8 | | default | yes | redis.master.persistence.existingClaim | | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ | Kaniko cache warmer | backend | builder | ReadWriteOnce | 10 | | default | No | | | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ -| builder PVC | backend | builder | ReadWriteOnce | 10 | | default | No | | | +| Builder PVC | backend | builder | ReadWriteOnce | 10 | | default | No | | | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ -| worker subtuple | backend | worker | ReadWriteOnce (can be modified) | 10 | | default | No | | | +| Worker subtuple | backend | worker | ReadWriteOnce (can be modified) | 10 | | default | No | | | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+ | Docker registry | backend | registry | ReadWriteOnce (can be modified) | 10 | | default | yes | docker-registry.persistence.existingClaim | Only created when `docker-registry.enabled = true` | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+