70 lines
No EOL
1.8 KiB
Text
70 lines
No EOL
1.8 KiB
Text
deployment {
|
|
|
|
cloud otc-faas 'OTC prototype FaaS' {
|
|
description 'OTC environments for Prototype faaS.
|
|
'
|
|
technology 'OTC'
|
|
|
|
environment dev 'tenant Dev' {
|
|
description '*.t09.de'
|
|
technology 'OTC'
|
|
|
|
kubernetes cce 'Central Forgejo' {
|
|
description '*.t09.de'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
|
|
cluster edp 'EDP' {
|
|
|
|
instanceOf edp.forgejo {
|
|
-> cloudServices
|
|
}
|
|
}
|
|
}
|
|
|
|
paas cloudServices 'EDP Cloud Services' {
|
|
description 'EDP Cloud Services (Postgres, Redis, etc.'
|
|
technology 'Cloud Services'
|
|
}
|
|
|
|
kubernetes observability 'Observability' {
|
|
description '*.t09.de'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
}
|
|
}
|
|
|
|
environment prod 'Tenant Prod' {
|
|
description '*.buildth.ing'
|
|
technology 'OTC'
|
|
|
|
kubernetes cce 'Central Forgejo' {
|
|
description '*.buildth.ing'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
|
|
cluster edp 'EDP' {
|
|
|
|
instanceOf edp.forgejo {
|
|
-> cloudServices
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
paas cloudServices 'EDP Cloud Services' {
|
|
description 'EDP Cloud Services (Postgres, Redis, etc.'
|
|
technology 'Cloud Services'
|
|
}
|
|
|
|
kubernetes observability 'Observability' {
|
|
description '*.t09.de'
|
|
icon tech:kubernetes
|
|
technology 'Kubernetes'
|
|
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
} |