13 lines
307 B
YAML
13 lines
307 B
YAML
clusterName: helm-lint
|
|
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
|
|
podDisruptionBudget:
|
|
enabled: true
|
|
minAvailable: 2
|