Skip to content

Commit

Permalink
Boards AIO - clarify persistance
Browse files Browse the repository at this point in the history
  • Loading branch information
andylwelch committed Jun 18, 2024
1 parent 500d019 commit 0d9bb25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/boards/aio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) <sup>\*see Persistence Options below</sup>
- 100gb data drive (will be shared for database and file store) <sup>\*see Data/Services below</sup>
- docker and docker-compose

## Options
Expand All @@ -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`</br>`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).
Expand Down

0 comments on commit 0d9bb25

Please sign in to comment.