diff options
| author | Christine Dodrill <me@christine.website> | 2018-08-13 09:58:13 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2018-08-13 09:58:25 -0700 |
| commit | 3692e0f8aa7a24c88d9283a1255ed8f92a9d56f1 (patch) | |
| tree | fdaf6693e3dbbff737b1ae0a580ba55322e3ddcf /static/img | |
| parent | 49d2abf4e2168bfd9e56cbc37904f41e00d4a835 (diff) | |
| download | xesite-3692e0f8aa7a24c88d9283a1255ed8f92a9d56f1.tar.xz xesite-3692e0f8aa7a24c88d9283a1255ed8f92a9d56f1.zip | |
blog: new post - Narrative of Sickness
Diffstat (limited to 'static/img')
| -rw-r--r-- | static/img/about/tower.jpg | bin | 0 -> 147510 bytes | |||
| -rw-r--r-- | static/img/avatar.png | bin | 0 -> 91262 bytes | |||
| -rw-r--r-- | static/img/lokahi.dot | 14 | ||||
| -rw-r--r-- | static/img/lokahi.png | bin | 0 -> 42338 bytes |
4 files changed, 14 insertions, 0 deletions
diff --git a/static/img/about/tower.jpg b/static/img/about/tower.jpg Binary files differnew file mode 100644 index 0000000..3d9f264 --- /dev/null +++ b/static/img/about/tower.jpg diff --git a/static/img/avatar.png b/static/img/avatar.png Binary files differnew file mode 100644 index 0000000..ae84a1f --- /dev/null +++ b/static/img/avatar.png diff --git a/static/img/lokahi.dot b/static/img/lokahi.dot new file mode 100644 index 0000000..8bd9385 --- /dev/null +++ b/static/img/lokahi.dot @@ -0,0 +1,14 @@ +digraph G { + lokahictl -> lokahid [ label="http+twirp" ] + + lokahid -> nats + lokahid -> postgres + + nats -> webhookworker [ label="webhook.egress" ] + webhookworker -> your_stack + + healthworker -> nats [ label="replies" ] + nats -> healthworker [ label="check.run" ] + healthworker -> postgres + healthworker -> your_stack +} diff --git a/static/img/lokahi.png b/static/img/lokahi.png Binary files differnew file mode 100644 index 0000000..e1aa6dd --- /dev/null +++ b/static/img/lokahi.png |
