Implement Keystone environment deployments
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user