Skip to main content
Version: v1.8

Alibaba Cloud SAE-AUTO-CONFIG-APPLICATION

Description

Alibaba SAE application to be deployed in auto-config mode.

Specification

NameDescriptionTypeRequiredDefault
app_descriptionThe description of the application.stringfalse
app_nameThe name of the application.stringtrue
cpuThe cpu of the application, in unit of millicore.stringfalse
image_urlThe image url of the application, like registry.cn-hangzhou.aliyuncs.com/google_containers/nginx-slim:0.9.stringtrue
memoryThe memory of the application, in unit of MB.stringfalse
package_typeThe package type of the application.stringfalse
replicasThe replicas of the application.stringfalse
writeConnectionSecretToRefThe secret which the cloud resource connection will be written to.writeConnectionSecretToReffalse

writeConnectionSecretToRef

NameDescriptionTypeRequiredDefault
nameThe secret name which the cloud resource connection will be written to.stringtrue
namespaceThe secret namespace which the cloud resource connection will be written to.stringfalse

Outputs

If writeConnectionSecretToRef is set, a secret will be generated with these keys as below:

NameDescription
app_idThe id of the application
app_nameThe name of the application