Commit 827884eb authored by Marin Jankovski's avatar Marin Jankovski

Update 5k ref. architecture diagram

parent c348c685
...@@ -56,14 +56,24 @@ stateDiagram-v2 ...@@ -56,14 +56,24 @@ stateDiagram-v2
ApplicationMonitoring -->Database ApplicationMonitoring -->Database
ApplicationMonitoring -->BackgroundJobs ApplicationMonitoring -->BackgroundJobs
Consul --> Database
Consul --> PgBouncer
Redis --> Consul
BackgroundJobs --> Consul
state Database { state Database {
"PG_Primary_Node" "PG_Primary_Node"
"PG_Secondary_Node_1..2" "PG_Secondary_Node_1..2"
} }
state Consul {
"Consul_1..3"
}
state Redis { state Redis {
"R_Primary_Node" "R_Primary_Node"
"R_Replica_Node_1..2" "R_Replica_Node_1..2"
"R_Consul/Sentinel_1..3" "R_Sentinel_1..3"
} }
state Gitaly { state Gitaly {
...@@ -90,7 +100,6 @@ stateDiagram-v2 ...@@ -90,7 +100,6 @@ stateDiagram-v2
state PgBouncer { state PgBouncer {
"Internal_Load_Balancer" "Internal_Load_Balancer"
"PgBouncer_1..3" "PgBouncer_1..3"
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment