slides tweaked
This commit is contained in:
parent
d6a2f73860
commit
e6d8522316
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user