-
Notifications
You must be signed in to change notification settings - Fork 1
/
Pulumi.yaml
42 lines (42 loc) · 1.23 KB
/
Pulumi.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
41
42
name: ${PROJECT}
description: ${DESCRIPTION}
runtime: nodejs
main: infrastructure/index.ts
template:
description: A minimal Bref stack
config:
aws:region:
description: The AWS region to deploy into
default: us-east-1
useOctane:
description: Use Octane instead of FPM
type: boolean
default: true
useMySQL:
description: Use MySQL
type: boolean
default: true
useVPC:
description: Use a VPC (Required for MySQL)
type: boolean
default: true
useApiWarmer:
description: Use the API Warmer
type: boolean
default: true
apiWarmRate:
description: The rate at which the API Warmer should run
type: string
default: rate(5 minutes)
useArtisanScheduler:
description: Use the Artisan Scheduler
type: boolean
default: true
artisanScheduleRate:
description: The rate at which the Artisan Scheduler should run
type: string
default: rate(1 minute)
config:
pulumi:tags:
value:
pulumi:template: bref-stack