From 3adf8b010ae8db2d460f9027ba88bb34f5e53bfd Mon Sep 17 00:00:00 2001
From: Ilya Mashchenko <ilya@netdata.cloud>
Date: Fri, 29 Nov 2024 16:54:47 +0200
Subject: [PATCH] docs: update On-Prem System Requirements (#19107)

---
 .../netdata-cloud-on-prem/installation.md     | 19 ++++++-------------
 1 file changed, 6 insertions(+), 13 deletions(-)

diff --git a/docs/netdata-cloud/netdata-cloud-on-prem/installation.md b/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
index 633535cb20..3003b6f112 100644
--- a/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
+++ b/docs/netdata-cloud/netdata-cloud-on-prem/installation.md
@@ -2,19 +2,12 @@
 
 ## System Requirements
 
-**Core Infrastructure**:
-
-| Requirement           | Details                                                                                                                                        |
-|:----------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------|
-| **Kubernetes**        | - Version 1.23 or newer<br/>- Metrics server installed (for autoscaling)<br/>- Default storage class configured (SSD-based preferred)          |
-| **TLS certificate**   | - Single certificate for all endpoints, or separate certificates for frontend, API, and MQTT<br/>- Must be trusted by all connecting entities. |
-| **Minimum Resources** | - 4 CPU cores<br/>- 15GiB memory<br/>- Note: Cloud services are ephemeral                                                                      |
-
-**Non-Production Dependencies Requirements**:
-
-- 8 CPU cores
-- 14GiB memory
-- 160GiB SSD storage for PVCs
+| Component                  | Details                                                                                                                                        |
+|:---------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------|
+| **Kubernetes**             | - Version 1.23 or newer<br/>- Metrics server installed (for autoscaling)<br/>- Default storage class configured (SSD-based preferred)          |
+| **TLS certificate**        | - Single certificate for all endpoints, or separate certificates for frontend, API, and MQTT<br/>- Must be trusted by all connecting entities. |
+| **Netdata Cloud Services** | - 4 CPU cores<br/>- 15GiB memory<br/>- Note: Cloud services are ephemeral                                                                      |
+| **Third-Party Services**   | - 8 CPU cores<br/>- 14GiB memory<br/>- 160GiB SSD storage for PVCs                                                                             |
 
 > **Note**:
 >