2025-05-06 10:55:44 +00:00
|
|
|
// Deployment model
|
|
|
|
deployment {
|
|
|
|
|
2025-05-06 18:19:15 +00:00
|
|
|
cloud otc-edp-per-tenant 'OTC EDP per tenant cluster' {
|
2025-05-06 10:55:44 +00:00
|
|
|
description 'OTC cluster environment for EDP'
|
|
|
|
technology 'OTC'
|
|
|
|
|
2025-05-06 18:19:15 +00:00
|
|
|
kubernetes cce 'OTC CCE' {
|
|
|
|
description 'OTC Container Cluster Engine'
|
|
|
|
icon tech:kubernetes
|
|
|
|
technology 'Kubernetes'
|
|
|
|
|
|
|
|
cluster edp 'EDP' {
|
|
|
|
instanceOf edp.argoCD
|
|
|
|
instanceOf forgejoRunner
|
|
|
|
instanceOf edp.forgejo {
|
|
|
|
-> cloudServices.elasticsearch
|
|
|
|
-> cloudServices.objectstorage
|
|
|
|
-> cloudServices.postgres
|
|
|
|
-> cloudServices.redis
|
|
|
|
}
|
|
|
|
instanceOf edp.externalSecrets
|
|
|
|
instanceOf edp.ingressNginx
|
|
|
|
}
|
2025-05-06 10:55:44 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
paas cloudServices 'EDP Cloud Services' {
|
2025-05-06 18:19:15 +00:00
|
|
|
description 'EDP Cloud Services'
|
|
|
|
technology 'Cloud Services'
|
|
|
|
|
|
|
|
instanceOf postgres
|
|
|
|
instanceOf redis
|
|
|
|
instanceOf objectstorage
|
|
|
|
instanceOf elasticsearch
|
2025-05-06 10:55:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2025-05-06 18:19:15 +00:00
|
|
|
|