refactor(c4): changed to models and views folders
This commit is contained in:
parent
884be568ab
commit
174f605106
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'
|
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'
|
Loading…
Reference in a new issue