Fixed deployment view for local deployments
This commit is contained in:
parent
834a4c21ea
commit
2155fb281c
2 changed files with 10 additions and 5 deletions
|
@ -48,7 +48,6 @@ deployment {
|
|||
instanceOf edp.monitoring.distributor
|
||||
instanceOf edp.monitoring.gateway
|
||||
instanceOf edp.monitoring.ingestor
|
||||
instanceOf edp.monitoring.loki
|
||||
instanceOf edp.monitoring.querier
|
||||
instanceOf edp.monitoring.queryFrontend
|
||||
}
|
||||
|
@ -57,7 +56,7 @@ deployment {
|
|||
instanceOf edp.ingressNginx.ingressNginx
|
||||
}
|
||||
|
||||
namespace openbao {
|
||||
namespace openbao 'openbao' {
|
||||
instanceOf edp.openbao.openbao
|
||||
instanceOf edp.openbao.agentInjector
|
||||
}
|
||||
|
@ -78,7 +77,11 @@ views {
|
|||
|
||||
include
|
||||
*,
|
||||
local.**
|
||||
local.**,
|
||||
monitoring.*,
|
||||
openbao.*,
|
||||
externalSecrets.*,
|
||||
crossplane.*
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -154,9 +154,9 @@ model {
|
|||
component gateway 'Gateway'
|
||||
component ingestor 'Ingestor'
|
||||
component querier 'Querier'
|
||||
}
|
||||
|
||||
alloy -> loki 'pushes logs'
|
||||
alloy -> distributor 'pushes logs'
|
||||
}
|
||||
}
|
||||
|
||||
container ingressNginx 'Ingress' {
|
||||
|
@ -175,6 +175,7 @@ model {
|
|||
ingressNginx -> ui.backstage 'https'
|
||||
ingressNginx -> minio.minio 'https'
|
||||
ingressNginx -> monitoring.alloy 'https'
|
||||
ingressNginx -> monitoring.queryFrontend 'https'
|
||||
ingressNginx -> testApp.fibonacci 'https'
|
||||
ingressNginx -> mailhog.mailhog 'https'
|
||||
}
|
||||
|
@ -205,6 +206,7 @@ model {
|
|||
developer -> ui 'manages project'
|
||||
developer -> forgejo 'manages code'
|
||||
developer -> keycloak 'authenticates'
|
||||
developer -> argoCD 'manages deployments'
|
||||
}
|
||||
|
||||
views {
|
||||
|
|
Loading…
Reference in a new issue