Teleport Chart 업데이트
This commit is contained in:
18
helm/old/teleport-cluster/.lint/tolerations.yaml
Normal file
18
helm/old/teleport-cluster/.lint/tolerations.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user