From 34236ad6b5e2362fbfeace89c8747dfba67361d5 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Wed, 13 Nov 2024 14:42:45 +0800 Subject: [PATCH] update readme --- deployments/deploy/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/deployments/deploy/README.md b/deployments/deploy/README.md index 874a33976..577c183a1 100644 --- a/deployments/deploy/README.md +++ b/deployments/deploy/README.md @@ -1,9 +1,11 @@ # Kubernetes Deployment -## Origin Deploy - -## First, Deployment All config and services +## Resource Requests +- CPU: 2 cores +- Memory: 4 GiB +- Disk usage: 20 GiB (on Node) +## Origin Deploy 1. Enter the target dir `cd ./deployments/deploy/` @@ -19,7 +21,7 @@ Run infrasturcture components. >Note: Ensure that infrastructure services like MinIO, Redis, and Kafka are running before deploying the main applications. -Final, run all deployments and services +3. run all deployments and services ```bash kubectl apply \