Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rémi Cailletaud
talks
Commits
0b142741
Commit
0b142741
authored
Mar 28, 2022
by
Rémi Cailletaud
Browse files
jres22: scale option for mermaid figures
parent
3a382930
Changes
1
Show whitespace changes
Inline
Side-by-side
jres-2022/slides.pd
View file @
0b142741
...
...
@@ -175,7 +175,7 @@ TODO: schema
# \faSitemap L'architecture générale
```{.mermaid caption="Architecture" background=transparent width=600}
```{.mermaid caption="Architecture" background=transparent
scale=4
width=600}
graph LR;
request(HTTP request) --> frontend
frontend(HAProxy Frontend) --> master1 & master2
...
...
@@ -200,7 +200,7 @@ graph LR;
# \faCogs Étapes du déploiement
```{.mermaid caption="Déploiement" background=transparent width=600}
```{.mermaid caption="Déploiement" background=transparent
scale=4
width=600}
graph TB;
terraform -- 1. Récupération IP<br>Ajout du DNS RR--> ipam.u-ga.fr
terraform -- 2. Ajout de la source de données ----> grafana.osug.fr
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment