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
|
2025-05-06 15:03:29 +00:00
|
|
|
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
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|