19 lines
429 B
YAML
19 lines
429 B
YAML
clusterName: test-aws-cluster
|
|
chartMode: aws
|
|
aws:
|
|
region: us-west-2
|
|
backendTable: test-dynamodb-backend-table
|
|
auditLogTable: test-dynamodb-auditlog-table
|
|
sessionRecordingBucket: test-s3-session-storage-bucket
|
|
highAvailability:
|
|
replicaCount: 3
|
|
tolerations:
|
|
- key: "dedicated"
|
|
operator: "Equal"
|
|
value: "teleport"
|
|
effect: "NoExecute"
|
|
- key: "dedicated"
|
|
operator: "Equal"
|
|
value: "teleport"
|
|
effect: "NoSchedule"
|