-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yaml
40 lines (33 loc) · 1.22 KB
/
app.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
runtime: go122
handlers:
# Otherwise, find file in static directory
- url: /public
static_dir: public
- url: /(.+\.(html|txt))$
static_files: public/\1
upload: public/.+\.(html|txt)$
# All URLs are handled by the Go application script
- url: /.*
secure: always
redirect_http_response_code: 301
script: auto
env_variables:
KMS_KEYRING_KEY_NAME: "projects/condo3/locations/global/keyRings/condo3/cryptoKeys/app"
SENTRY_ENVIRONMENT: "production"
# encoded by BASE64
KMS_DOORKEEPER_ACCESS_TOKEN: "CiQAT3DMmLlQwLNqtLr5ulPeMF8gRguotG1yqz3pJ3Sv0UDaelwSPgBmE7EAhRtSyMzg2wxT0kzwkZi5hhjzOPTnCXqEcvFYtJ1x5a3Yn1alWBJs+B+tcRAjxbuQ8FMvHbKh47mc"
KMS_SENTRY_DSN: "CiQAT3DMmLzwvLBg/Bb/+VBS5R54IY8i8mt+QMWWY5GSK7sFIDgScgBmE7EAyhzPuJoGzHPIRzNRb0EsN1jg1dTR21uw0Yd9TcjuytTmbRoxh+4Glr4Bm4OeCafkS/ajEk4jZEv2lFtth1FJ4Dz7uoMkl7J/jF+8jP/+aJpn8oKY8WYangweSEOomFvDYziFgZXr/MLyNu0B/g=="
instance_class: F1
automatic_scaling:
min_instances: 0
max_instances: 1
min_idle_instances: 0
max_idle_instances: 0
max_concurrent_requests: 80
target_cpu_utilization: 0.95
target_throughput_utilization: 0.95
min_pending_latency: 15000ms
max_pending_latency: 15000ms
# instance_class: B1
# manual_scaling:
# instances: 1