-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pulumi.yaml
33 lines (33 loc) · 1.04 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
name: opni
runtime: go
description: Deploy Opni on AWS
main: infra/
stackConfigDir: infra/
template:
config:
opni:namePrefix:
description: "Deployment Name"
default: opni
opni:cluster.nodeGroupDesiredSize:
description: "Desired number of nodes in the cluster"
default: 3
opni:cluster.nodeGroupMaxSize:
description: "Maximum number of nodes in the cluster"
default: 3
opni:cluster.nodeGroupMinSize:
description: "Minimum number of nodes in the cluster"
default: 3
opni:cluster.nodeInstanceType:
description: "Instance type for worker nodes"
default: r6a.xlarge
opni:zoneID:
description: "AWS Route53 Zone ID"
aws:region:
description: AWS Region
default: us-east-2
aws:skipCredentialsValidation:
description: "Skip AWS Credentials Validation (set to true when using an IAM account)"
default: "true"
aws:skipRequestingAccountId:
description: "Skip Requesting AWS Account ID (set to true when using an IAM account)"
default: "true"