diff --git a/src/22.4/container/hardware.md b/src/22.4/container/hardware.md index 90b88bdf..3a660da4 100644 --- a/src/22.4/container/hardware.md +++ b/src/22.4/container/hardware.md @@ -1,13 +1,20 @@ ## Hardware Requirements -Minimal: +```{list-table} +:header-rows: 1 +:width: 100% +:widths: 70 15 15 -* CPU Cores: 2 -* Random-Access Memory: 4GB -* Hard Disk: 20GB free - -Recommended: - -* CPU Cores: 4 -* Random-Access Memory: 8GB -* Hard Disk: 60GB free +* - Component + - Minimal + - Recommended +* - CPU Cores (Compute) + - 2 + - 4 +* - Random-Access Memory (RAM) + - 4 GB + - 8 GB +* - Available Storage + - 20 GB + - 60 GB +``` diff --git a/src/changelog.md b/src/changelog.md index 08a7475d..f1fdd2b7 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -24,6 +24,7 @@ and this project adheres to [Calendar Versioning](https://calver.org). * Use `compose.yaml` instead of `docker-compose.yml` everywhere in the docs * Use environment variables for the settings of gsad * Refresh the GSA dashboard image +* Revise the hardware specifications view ## 26.2.0 - 2026-02-24