15 lines
383 B
YAML
15 lines
383 B
YAML
clusterName: test-gcp-cluster
|
|
chartMode: gcp
|
|
gcp:
|
|
projectId: gcpproj-123456
|
|
backendTable: test-teleport-firestore-storage-collection
|
|
auditLogTable: test-teleport-firestore-auditlog-collection
|
|
sessionRecordingBucket: test-gcp-session-storage-bucket
|
|
highAvailability:
|
|
replicaCount: 3
|
|
certManager:
|
|
enabled: true
|
|
issuerName: letsencrypt-production
|
|
labels:
|
|
env: gcp
|