From fb92b4c00058d7b5250ad4b67bc2948193b41c1e Mon Sep 17 00:00:00 2001 From: Andriy Oblivantsev Date: Thu, 19 Feb 2026 20:35:53 +0000 Subject: [PATCH] Minor docs change --- docs/architecture-hld.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture-hld.md b/docs/architecture-hld.md index 9734b79..0ddba03 100644 --- a/docs/architecture-hld.md +++ b/docs/architecture-hld.md @@ -67,7 +67,7 @@ flowchart TB Git --> Actions Actions --> Registry - Argo --> GKE + Argo ----> GKE ``` ## Blue-Green Deployment Flow @@ -103,7 +103,7 @@ flowchart LR ## Network Security Layers ```mermaid -flowchart TD +flowchart LR Internet((Internet)) --> FW[VPC Firewall
Default deny] FW --> LB[Load Balancer
HTTPS only] LB --> NP[K8s Network Policies]