I wanted to deploy an dockerized Node application via Google App Engine to my vpc network named 'xyz' but it is showing me an error that 'xyz' does not exist but it is on my network my app.yaml is attached below
runtime: custom
env: flex
network:
name: xyz
subnetwork_name: testing
resources:
cpu: 0.4
memory_gb: 0.9
disk_size_gb: 10
automatic_scaling:
min_num_instances: 1
max_num_instances: 3
cool_down_period_sec: 180
cpu_utilization:
target_utilization: 0.3
target_concurrent_requests: 100
beta_settings:
cloud_sql_instances: lb-nic-rob:us-central1:appengine-testingb
The screenshot of error is attached below: Error Screenshot
Kindly tell me how to fix this issue and is there any changes required in the app.yaml file
Unable to launch my node application to app engine from yaml file.
Hi @Robinwilliam15 ,
Welcome to the Google Cloud Community!
Try to perform the following troubleshooting options:
let me know if it helped, thanks!