16 lines
374 B
YAML
16 lines
374 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
|
|
annotations:
|
|
certSecret:
|
|
kubernetes.io/cert-secret: value
|
|
highAvailability:
|
|
replicaCount: 3
|
|
certManager:
|
|
enabled: true
|
|
issuerName: letsencrypt
|