gcloud config, various bugfixes

This commit is contained in:
Alec
2021-12-27 23:17:30 -05:00
parent dd9a7f9c88
commit fb3a447f26
28 changed files with 391 additions and 775 deletions

View File

@@ -1,5 +1,19 @@
runtime: nodejs
env: flex
entrypoint: npm run start:prod:linux
automatic_scaling:
max_instances: 1
network:
session_affinity: true
liveness_check:
path: "/liveness_check"
check_interval_sec: 60
timeout_sec: 4
failure_threshold: 2
success_threshold: 2
readiness_check:
path: "/readiness_check"
check_interval_sec: 60
timeout_sec: 4
failure_threshold: 2
success_threshold: 2
app_start_timeout_sec: 600
manual_scaling:
instances: 1