backendApplication.scale.min |
Minimum instances limit of backend application. |
backendApplication.scale.max |
Maximum instances limit of backend application. |
backendApplication.configSecret.id |
GCP secret identifier of application configuration (should be in yaml format). |
backendApplication.configSecret.version |
GCP secret version of application configuration. Possible value: latest . |
backendApplication.vpcConnector.machineType |
Machine type of VPC connector. f1-micro , e2-micro , or e2-standard-4 . Docs |
backendApplication.vpcConnector.minInstances |
Minimum instances number of VPC connector. From 2 to 9. |
backendApplication.vpcConnector.maxInstances |
Minimum instances number of VPC connector. From 3 to 10. |
backendRedis.memorySizeGb |
Memory size of Backend Redis cluster. |
backendRedis.tier |
Tier of Backend Redis cluster. BASIC or STANDARD_HA . Docs |
backendAtlasMongodb.projectId |
MongoDB Atlas project identifier. |
backendAtlasMongodb.cluster.mode |
MongoDB cluster mode. DEDICATED or SERVERLESS . Use DEDICATED on production. You need to manualy provide access for backend application when using SERVERLESS cluster mode. |
backendAtlasMongodb.cluster.name |
MongoDB new cluster name to use. |
backendAtlasMongodb.cluster.type |
MongoDB cluster type. |
backendAtlasMongodb.cluster.cloudBackup |
Enable/disable MongoDB cluster backup. |
backendAtlasMongodb.cluster.instanceSizeName |
MongoDB cluster size name. Docs. |
backendAtlasMongodb.cluster.regionName |
MongoDB cluster region name. Choose from GCP regions. Docs. |
backendAtlasMongodb.cluster.autoscaling.enabled |
Enable/disable MongoDB cluster autoscaling. |
backendAtlasMongodb.cluster.autoscaling.scaleDownEnabled |
Enable/disable MongoDB cluster scaling down. |
backendAtlasMongodb.cluster.autoscaling.maxInstanceSize |
MongoDB cluster maximum instances size for autoscaling. Docs. |
backendAtlasMongodb.cluster.autoscaling.minInstanceSize |
MongoDB cluster minimum instances size for autoscaling. Docs. |
backendAtlasMongodb.cluster.disk.autoScalingEnabled |
Enable/disable MongoDB cluster disk autoscaling. |
backendAtlasMongodb.cluster.disk.sizeGb |
MongoDB cluster disk size. |