description="CPU limit for the deployed container. Defaults to 1 CPU."
description="CPU limit for the deployed container. Defaults to 1 CPU, '1000m'."
default="1000m"
default="1000m"
}
}
variable"memory_limit"{
variable"memory_limit"{
description="Memory limit for the deployed container. Defaults to 512 MB."
description="Memory limit for the deployed container. Defaults to 512 MB, '512M'."
default="512M"
default="512M"
}
}
variable"webapp_open"{
variable"allow_unauthenticated_invocations"{
description="By default Cloud Run does not allow non-authenticated traffic to the web app. This settings changes that default to be open to all traffic (value of 1). Change it to 0 if you don't want to change default behaviour."