File tree Expand file tree Collapse file tree 1 file changed +4
-10
lines changed
docs/infrastructure/02-getting-started/basic-knowledge Expand file tree Collapse file tree 1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,16 @@ 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
2117 subgraph Azure
22- vm[VMs and other resources]
2318 subgraph k8s[K8S cluster]
24- argocd[ArgoCD]
25- app@{ shape: processes, label: "Apps / Services" }
19+ ArgoCD -.-> app[Apps and Services]
2620 end
21+ vm[VMs and other resources] <--> k8s
2722 end
28-
23+ tf([*polinetworkorg*/**terraform**]) -.-> Azure
24+ cd([*polinetworkorg*/**polinetwork-cd**]) <-.-> ArgoCD
2925 tf -.-> vm
3026 tf -.-> k8s
31- vm <--> k8s
32- cd <-.-> argocd --> app
3327```
3428
3529### ** Terraform: Definition and Purpose**
You can’t perform that action at this time.
0 commit comments