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` | +---------------------+-----------+------------+---------------------------------+--------------------------+---------------+----------------+---------------+----------------------------------------------+----------------------------------------------------+