Minor docs change

This commit is contained in:
2026-02-19 20:35:53 +00:00
parent ce0851dc3c
commit fb92b4c000
+2 -2
View File
@@ -67,7 +67,7 @@ flowchart TB
Git --> Actions Git --> Actions
Actions --> Registry Actions --> Registry
Argo --> GKE Argo ----> GKE
``` ```
## Blue-Green Deployment Flow ## Blue-Green Deployment Flow
@@ -103,7 +103,7 @@ flowchart LR
## Network Security Layers ## Network Security Layers
```mermaid ```mermaid
flowchart TD flowchart LR
Internet((Internet)) --> FW[VPC Firewall<br/>Default deny] Internet((Internet)) --> FW[VPC Firewall<br/>Default deny]
FW --> LB[Load Balancer<br/>HTTPS only] FW --> LB[Load Balancer<br/>HTTPS only]
LB --> NP[K8s Network Policies] LB --> NP[K8s Network Policies]