blob: c8eb62280d9b3b28fc27ad6f2bfbdef2aa0020b8 [file] [log] [blame]
service: default-go
runtime: go116
# Note: this is interpreted by gae.py, it maps the app ID being deployed to
# values of ${...} vars.
luci_gae_vars:
cr-buildbucket-dev:
AUTH_SERVICE_HOST: chrome-infra-auth-dev.appspot.com
REDIS_ADDR: 10.90.74.59:6379
VPC_CONNECTOR: projects/cr-buildbucket-dev/locations/us-central1/connectors/connector
cr-buildbucket:
AUTH_SERVICE_HOST: chrome-infra-auth.appspot.com
REDIS_ADDR: 10.52.56.84:6379
VPC_CONNECTOR: projects/cr-buildbucket/locations/us-central1/connectors/connector
vpc_access_connector:
name: ${VPC_CONNECTOR}
automatic_scaling:
min_idle_instances: 1
max_concurrent_requests: 80
inbound_services:
- warmup
instance_class: F4
entrypoint: >
main
-auth-service-host ${AUTH_SERVICE_HOST}
-bqlog-dataset sandbox
-ts-mon-account app-engine-metric-publishers@prodx-mon-chrome-infra.google.com.iam.gserviceaccount.com
-cloud-error-reporting
-config-service-host luci-config.appspot.com
-gerrit-auth-signer-account gerritcodereview@system.gserviceaccount.com
-gerrit-auth-signer-account git-gerrit@system.gserviceaccount.com
-gerrit-auth-audience https://api.cr.dev
-root-secret sm://root-secret
-primary-tink-aead-key sm://tink-aead-primary
-ds-connection-pool-size 8
-redis-addr ${REDIS_ADDR}
handlers:
- url: /.*
script: auto
secure: always