feat(docs): Enhance deployment guides with improved formatting and visual elements
- Updated the introductory notes in both English and Vietnamese deployment guides for clarity. - Changed subgraph titles in Mermaid diagrams for consistency and improved readability. - Added color styling to Mermaid diagram elements for better visual distinction.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Deployment Guide
|
||||
|
||||
> **Note**: This guide covers deployment strategies for GoodGo Microservices Platform across Local, Staging, and Production environments using Kubernetes and Neon PostgreSQL.
|
||||
>Deployment strategies for GoodGo Microservices Platform across Local, Staging, and Production environments using Kubernetes and Neon PostgreSQL
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
subgraph "CI/CD Pipeline (GitHub Actions)"
|
||||
subgraph "CI/CD Pipeline - GitHub Actions"
|
||||
Code[Code Push] --> Test[Run Tests]
|
||||
Test --> Build[Build Docker Image]
|
||||
Build --> Registry[Push to Registry]
|
||||
Registry --> Deploy[Deploy to K8s]
|
||||
end
|
||||
|
||||
subgraph "Infrastructure (Kubernetes)"
|
||||
subgraph "Infrastructure - Kubernetes"
|
||||
Ingress[Traefik Ingress] --> Service[K8s Service]
|
||||
Service --> Pods[Application Pods]
|
||||
Pods --> Secrets[K8s Secrets]
|
||||
@@ -39,6 +39,18 @@ graph TD
|
||||
end
|
||||
|
||||
Deploy --> Ingress
|
||||
|
||||
style Code fill:#3498DB,color:#fff
|
||||
style Test fill:#27AE60,color:#fff
|
||||
style Build fill:#2980B9,color:#fff
|
||||
style Registry fill:#8E44AD,color:#fff
|
||||
style Deploy fill:#E67E22,color:#fff
|
||||
style Ingress fill:#2980B9,color:#fff
|
||||
style Service fill:#3498DB,color:#fff
|
||||
style Pods fill:#27AE60,color:#fff
|
||||
style Secrets fill:#E67E22,color:#fff
|
||||
style Neon fill:#8E44AD,color:#fff
|
||||
style Redis fill:#F39C12,color:#fff
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Hướng Dẫn Deployment
|
||||
|
||||
> **Lưu ý**: Hướng dẫn này bao gồm các chiến lược deployment cho GoodGo Microservices Platform trên các môi trường Local, Staging, và Production sử dụng Kubernetes và Neon PostgreSQL.
|
||||
>Hướng dẫn deployment cho GoodGo Microservices Platform trên các môi trường Local, Staging, và Production sử dụng Kubernetes và Neon PostgreSQL
|
||||
|
||||
## Mục lục
|
||||
|
||||
@@ -20,14 +20,14 @@
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
subgraph "CI/CD Pipeline (GitHub Actions)"
|
||||
subgraph "CI/CD Pipeline - GitHub Actions"
|
||||
Code[Code Push] --> Test[Run Tests]
|
||||
Test --> Build[Build Docker Image]
|
||||
Build --> Registry[Push to Registry]
|
||||
Registry --> Deploy[Deploy to K8s]
|
||||
end
|
||||
|
||||
subgraph "Infrastructure (Kubernetes)"
|
||||
subgraph "Infrastructure - Kubernetes"
|
||||
Ingress[Traefik Ingress] --> Service[K8s Service]
|
||||
Service --> Pods[Application Pods]
|
||||
Pods --> Secrets[K8s Secrets]
|
||||
@@ -39,6 +39,18 @@ graph TD
|
||||
end
|
||||
|
||||
Deploy --> Ingress
|
||||
|
||||
style Code fill:#3498DB,color:#fff
|
||||
style Test fill:#27AE60,color:#fff
|
||||
style Build fill:#2980B9,color:#fff
|
||||
style Registry fill:#8E44AD,color:#fff
|
||||
style Deploy fill:#E67E22,color:#fff
|
||||
style Ingress fill:#2980B9,color:#fff
|
||||
style Service fill:#3498DB,color:#fff
|
||||
style Pods fill:#27AE60,color:#fff
|
||||
style Secrets fill:#E67E22,color:#fff
|
||||
style Neon fill:#8E44AD,color:#fff
|
||||
style Redis fill:#F39C12,color:#fff
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user