16 lines
405 B
YAML
16 lines
405 B
YAML
clusterName: test-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
|
|
certManager:
|
|
addCommonName: true
|
|
enabled: true
|
|
issuerGroup: custom.cert-manager.io
|
|
issuerName: custom
|
|
issuerKind: CustomClusterIssuer
|