edp-doc/likec4/deployment/otc-edp-foundry.c4

25 lines
619 B
Text
Raw Normal View History

2025-05-06 10:55:44 +00:00
// Deployment model
deployment {
cloud otc-edpFoundry 'OTC EDP Foundry clusters' {
description 'OTC cluster environment for EDP Foundry, set up by IaC terraform'
technology 'OTC'
icon tech:kubernetes
cluster internalServices 'EDP Foundry Internal Services' {
instanceOf edp.argoCD
instanceOf edp.forgejo
instanceOf forgejoRunner
2025-05-06 10:55:44 +00:00
instanceOf edp.externalSecrets
instanceOf edp.openbao
instanceOf edp.ingressNginx
}
cluster centralObservability 'EDP Foundry Central Observability' {
instanceOf edp.monitoring
instanceOf edp.grafana
}
}
}