From 0d9bb2546ee16367ad2e891d2ef7b1f68a295fa8 Mon Sep 17 00:00:00 2001 From: Andrew Welch Date: Tue, 18 Jun 2024 15:19:36 +1000 Subject: [PATCH] Boards AIO - clarify persistance --- docs/boards/aio/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/boards/aio/index.md b/docs/boards/aio/index.md index b50ff5fcb..ace422228 100644 --- a/docs/boards/aio/index.md +++ b/docs/boards/aio/index.md @@ -13,7 +13,7 @@ RHEL (or Centos 7) server with: - 8gb ram minimum - 4 vCPUs - 40gb system drive -- 100gb data drive (will be shared for database and file store) \*see Persistence Options below +- 100gb data drive (will be shared for database and file store) \*see Data/Services below - docker and docker-compose ## Options @@ -27,12 +27,12 @@ The implementation of this can be either: | [Paths](./paths/index.md) | `yourdomain.com/boards.com` `yourdomain.com/api-boards` | use your existing domain, no additional certificates, easier SSO integration of HCL Connections header. | | [Subdomain](./subdomain/index.md) | `boards.yourdomain.com`
`boards-api.yourdomain.com` | requires 2 domains (and therefore certificates) in your environment. | -### Persistence +### Data/Services -Boards uses 3 types of persistent data: +Boards utilises 3 types of data services: -1. Mongodb -1. S3 file store +1. Mongodb (persistent data) +1. S3 file store (persistent data) 1. Redis cache. Each of these may use external services (e.g. Mongo Atlas) or the included services in the template (this hugely changes the server demand).