slides tweaked

This commit is contained in:
Birk Bohne 2025-08-10 23:59:46 +02:00
parent d6a2f73860
commit e6d8522316
No known key found for this signature in database

View File

@ -95,7 +95,7 @@ beancloud.software.desktop = true;
```mermaid ```mermaid
%%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%% %%{init: {'theme': 'dark', 'themeVariables': { 'darkMode': true }}}%%
flowchart TD flowchart TD
A(Disk & OS Installation) A(<b>Disk & OS Installation)
B(<b>Nextcloud server) B(<b>Nextcloud server)
C(MariaDB) C(MariaDB)
D(nginx) D(nginx)
@ -156,19 +156,18 @@ beancloud.software.forgejo = true;
flowchart LR flowchart LR
subgraph pc-demo1 subgraph pc-demo1
direction LR direction LR
B(<b>Disk & OS Installation) A(<b>Disk & OS Installation)
subgraph k8s subgraph MicroVM
direction LR direction LR
I("MicroVM(NixOS)") B(NixOS)
J(Kubernetes) C(Kubernetes)
subgraph containerd subgraph Container
direction LR direction LR
L(Container) D(<b>Splunk)
K(<b>Splunk)
end end
end end
end end
B--> I --> J --> L --> K A--> B --> C --> D
``` ```
```nix ```nix