I have a web application that I want to deploy it in Google cloud. It built with python and node js which node js communicates with python. How can I deploy the app with two different runtime ?
The node js .yaml
:
runtime: nodejs
api_version: 1
env: flex
python .yaml
runtime: python
env: flex
threadsafe: true
runtime_config:
python_version: 3
health_check:
enable_health_check: True
check_interval_sec: 5
timeout_sec: 4
unhealthy_threshold: 2
healthy_threshold: 2