Skip to content

Commit

Permalink
fixes broken images in architecture docs (#17)
Browse files Browse the repository at this point in the history
* fixes broken images in architecture docs

* Update Architecture.md
  • Loading branch information
mehuled authored Nov 11, 2021
1 parent b24b81d commit 4cc6ab0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,23 @@ can be extended. At any point, whenever a targer service(say example5.com) doesn
With the above, lets see how the high level architecture for this would look like:

<p align="center">
<img src="images/Solution-Overview.png?raw=true" alt="Solution Overview"/>
<img src="https://github.com/razorpay/devstack/blob/master/images/Solution-Overview.png?raw=true" alt="Solution Overview"/>
</p>

The below visualization shows how routing would look for a class of sample applications with different feature endpoints:
<p align="center">
<img src="images/Multi-App-Architecture.png?raw=true" alt="Multi Application Network Architecture" />
<img src="https://github.com/razorpay/devstack/blob/master/images/Multi-App-Architecture.png?raw=true" alt="Multi Application Network Architecture" />
</p>


With all the above, overall devstack solution, appears like the following:
<p align="center">
<img src="images/Network-Architecture.png?raw=true" alt="DevStack Network Architecture" />
<img src="https://github.com/razorpay/devstack/blob/master/images/Network-Architecture.png?raw=true" alt="DevStack Network Architecture" />
</p>

## Helmfile Workflow
The following diagram explains the helmfile worklow along with the custom helm hooks:
<p align="center">
<img src="images/Helm-Hooks-Workflow.png?raw=true" alt="Helmfile Workflow" />
<img src="https://github.com/razorpay/devstack/blob/master/images/Helm-Hooks-Workflow.png?raw=true" alt="Helmfile Workflow" />
</p>

0 comments on commit 4cc6ab0

Please sign in to comment.