Implement Keystone environment deployments

This commit is contained in:
2026-05-13 16:11:23 +01:00
parent 65d3142d03
commit aa680b25fd
175 changed files with 10258 additions and 740 deletions

View File

@@ -5,14 +5,16 @@ export default {
"APPLICATION": "application",
"GATEWAY": "gateway",
"STORAGE": "storage",
"CACHE": "cache"
"CACHE": "cache",
"BUILDER": "builder"
}
export const DescriptionMap = {
"DATABASE": "Postgres or MySQL",
"DATABASE": "Postgres",
"APPLICATION": "The base container image for your application",
"GATEWAY": "The first point of contact for your application",
"STORAGE": "S3 or S3-compatible service",
"CACHE": "Redis, Memcached or similar"
"CACHE": "Valkey",
"BUILDER": "Build service for application artifacts"
}