refactor(c4): changed to models and views folders

This commit is contained in:
Stephan Lo 2025-04-06 17:43:43 +02:00
parent 884be568ab
commit 174f605106
14 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 238 KiB

After

Width:  |  Height:  |  Size: 238 KiB

View file

@ -67,7 +67,7 @@ model {
argocdAppController -> argocdRedis 'read/write' argocdAppController -> argocdRedis 'read/write'
argocdAppSetController -> argocdRedis 'read/write' argocdAppSetController -> argocdRedis 'read/write'
argocdRepoServer -> forgejo.forgejo 'Syncs git repo' argocdRepoServer -> edp.forgejo.forgejo 'Syncs git repo'
} }
container keycloak 'Keycloak' { container keycloak 'Keycloak' {
@ -178,7 +178,7 @@ model {
icon tech:nginx icon tech:nginx
} }
ingressNginx -> forgejo.forgejo 'https' ingressNginx -> edp.forgejo.forgejo 'https'
ingressNginx -> keycloak.keycloak 'https' ingressNginx -> keycloak.keycloak 'https'
ingressNginx -> openbao.openbao 'https' ingressNginx -> openbao.openbao 'https'
ingressNginx -> argoCD.argocdServer 'https' ingressNginx -> argoCD.argocdServer 'https'