File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
docs/infrastructure/02-getting-started/basic-knowledge Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,22 @@ Everything regarding the deployment of apps and services is divided into two rep
1414
1515``` mermaid
1616flowchart TD
17+ subgraph Github
18+ tf([**terraform**])
19+ cd([**polinetwork-cd**])
20+ end
1721 subgraph Azure
22+ vm[VMs and other resources]
1823 subgraph k8s[K8S cluster]
19- ArgoCD -.-> app[Apps and Services]
24+ argocd[ArgoCD]
25+ app@{ shape: processes, label: "Apps / Services" }
2026 end
21- vm[VMs and other resources] <--> k8s
2227 end
23- tf([*polinetworkorg*/**terraform**]) -.-> Azure
24- cd([*polinetworkorg*/**polinetwork-cd**]) <-.-> ArgoCD
28+
2529 tf -.-> vm
2630 tf -.-> k8s
31+ vm <--> k8s
32+ cd <-.-> argocd --> app
2733```
2834
2935### ** Terraform: Definition and Purpose**
You can’t perform that action at this time.
0 commit comments