Skip to content

Instantly share code, notes, and snippets.

@lafusew
Created October 1, 2022 12:41
Show Gist options
  • Save lafusew/c4e4ed32b09d7e91e05f29e6dcc164c3 to your computer and use it in GitHub Desktop.
Save lafusew/c4e4ed32b09d7e91e05f29e6dcc164c3 to your computer and use it in GitHub Desktop.
Beeldeploy google cloud functions config file example. [WIP]
source: ./
tigger: http
allow-unauthenticated: true
runtime: nodejs16
envs:
FOO: bar
FUZZ: buzz
secrets:
test:
env_var: TEST
version: latest
firebase_key:
env_var: FIREBASE_KEY
version: latest
tiptop_key:
env_var: TIPTOP_KEY
version: latest
timeout: 10
max-instances: 300
min-instances: 10
memory: 256
service-account: [email protected]
gen2: false
vpc-connector: shared-vpc
serve-all-traffic-latest-revision: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment