Skip to content
Snippets Groups Projects
Verified Commit 81ee9bdc authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

alertmanager-irc-relay: Reference the diagram

To generate the svg out of the mermaid source code:
```
$ docker run --rm -u `id -u`:`id -g` -v $(pwd):/data \
  minlag/mermaid-cli -i alertmanager-irc-relay.mmd
```

Refs. swh/infra/sysadm-environment#4525
parent 63aca89a
No related branches found
No related tags found
No related merge requests found
graph LR;
subgraph environment internet
irc
end
ingress[ingress <br /> alertmanager-irc-relay.internal.admin.swh.network] --> |routing rule| service;
subgraph environment admin
rp[alertmanager-irc-relay.admin.swh.network];
rp --> ingress
subgraph cluster admin
ingress;
alertmanager_adm;
alertmanager_adm --> service([alertmanager_irc_relay]);
service-->pod[Pod];
pod -.push alerts.-> irc([/join #swh-sysadm]);
end
end
subgraph environment rocq
subgraph cluster staging
alertmanager_stg;
alertmanager_stg --> ingress;
end
subgraph cluster production
alertmanager_prd;
alertmanager_prd --> ingress;
end
end
subgraph environment azure
subgraph cluster gitlab
alertmanager_glb;
alertmanager_glb --> rp;
end
subgraph cluster rancher
alertmanager_rch;
alertmanager_rch --> rp;
end
end
classDef plain fill:#ddd,stroke:#fff,stroke-width:4px,color:#000;
classDef k8s fill:#326ce5,stroke:#fff,stroke-width:4px,color:#fff;
classDef cluster fill:#fff,stroke:#bbb,stroke-width:2px,color:#326ce5;
class ingress,service,pod k8s;
class alertmanager_prd,alertmanager_stg,alertmanager_adm,alertmanager_glb,alertmanager_rch plain;
class cluster,environment cluster;
This diff is collapsed.
......@@ -6,3 +6,4 @@ Software Architecture
:titlesonly:
software-stories
irc-alert-manager
.. _irc_alert_manager:
IRC Alert Manager
=================
Current diagram
---------------
.. figure:: ../images/infrastructure/irc/alertmanager-irc-relay.mmd.svg
:alt: Alertmanager IRC Relay
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment