Skip to content

Commit

Permalink
Add Varnish in OnPrem inmemory
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisMagjistari authored and lkristianl committed Apr 21, 2022
1 parent eaf3e98 commit d2377a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions diagrams/onprem/inmemory.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,8 @@ class Redis(_Inmemory):
_icon = "redis.png"


class Varnish(_Inmemory):
_icon = "varnish.png"


# Aliases
1 change: 1 addition & 0 deletions docs/nodes/onprem.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ Node classes list of onprem provider.
- **diagrams.onprem.inmemory.Hazelcast**
- **diagrams.onprem.inmemory.Memcached**
- **diagrams.onprem.inmemory.Redis**
- **diagrams.onprem.inmemory.Varnish**

## onprem.logging

Expand Down
Binary file added resources/onprem/inmemory/varnish.png
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 d2377a5

Please sign in to comment.