nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
1.09k stars 50 forks source link

GCP Invalid value specified for cpu error with default stack config #547

Closed jyecusch closed 3 months ago

jyecusch commented 9 months ago

Bug Report

Issue

When running nitric up with the GCP provider an error occurred Invalid value specified for cpu. For the specified value, maxScale may not exceed 10..

Adding config.default.cloudrun.max-instance resolved the error. This shouldn't be required for the default stack configuration to deploy successfully.