refactor(c4): changed to models and views folders

This commit is contained in:
Stephan Lo 2025-04-06 17:43:43 +02:00
parent c57bc7ad18
commit 9a60bf2637
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'
argocdAppSetController -> argocdRedis 'read/write'
argocdRepoServer -> forgejo.forgejo 'Syncs git repo'
argocdRepoServer -> edp.forgejo.forgejo 'Syncs git repo'
}
container keycloak 'Keycloak' {
@ -178,7 +178,7 @@ model {
icon tech:nginx
}
ingressNginx -> forgejo.forgejo 'https'
ingressNginx -> edp.forgejo.forgejo 'https'
ingressNginx -> keycloak.keycloak 'https'
ingressNginx -> openbao.openbao 'https'
ingressNginx -> argoCD.argocdServer 'https'