Skip to content

Commit

Permalink
feat(node): Yarp (Reverse Proxy) from Microsoft in onprem.network (#792)
Browse files Browse the repository at this point in the history
* Added Yarp (Reverse Proxy) from Microsoft

Upscaled 96x96 icon to 256x256. Yarp is located at
https://github.com/microsoft/reverse-proxy
https://microsoft.github.io/reverse-proxy/index.html

* Update diagrams/onprem/network.py

Added newlines

Co-authored-by: Dov Benyomin Sohacheski <[email protected]>

Co-authored-by: Dov Benyomin Sohacheski <[email protected]>
  • Loading branch information
ewinnington and bdsoha authored Jan 8, 2023
1 parent 4e3ffd6 commit 3af6f87
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ class Wildfly(_Network):
_icon = "wildfly.png"


class Yarp(_Network):
_icon = "yarp.png"


class Zookeeper(_Network):
_icon = "zookeeper.png"

Expand Down
3 changes: 3 additions & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,9 @@ Node classes list of onprem provider.
<img width="30" src="/img/resources/onprem/network/wildfly.png" alt="Wildfly" style="float: left; padding-right: 5px;" >
**diagrams.onprem.network.Wildfly**

<img width="30" src="/img/resources/onprem/network/yarp.png" alt="Yarp" style="float: left; padding-right: 5px;" >
**diagrams.onprem.network.Yarp**

<img width="30" src="/img/resources/onprem/network/zookeeper.png" alt="Zookeeper" style="float: left; padding-right: 5px;" >
**diagrams.onprem.network.Zookeeper**

Expand Down
Binary file added resources/onprem/network/yarp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3af6f87

Please sign in to comment.