Commit 6d50b842 authored by Marin Jankovski's avatar Marin Jankovski

Remove the consul edits for 5k ref. architecture

parent 256622f9
...@@ -56,24 +56,15 @@ stateDiagram-v2 ...@@ -56,24 +56,15 @@ 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_Sentinel_1..3" "R_Consul/Sentinel_1..3"
} }
state Gitaly { state Gitaly {
......
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