refactor(c4): changed to models and views folders
This commit is contained in:
parent
c57bc7ad18
commit
9a60bf2637
14 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 238 KiB After Width: | Height: | Size: 238 KiB |
|
@ -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'
|
Loading…
Reference in a new issue