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