From e97173189b5fe29172677565b6155d90461dad94 Mon Sep 17 00:00:00 2001 From: Jonny Ervine Date: Fri, 11 Jul 2025 22:05:41 +0800 Subject: [PATCH] Add S3 --- teleport-cluster/values.home.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/teleport-cluster/values.home.yaml b/teleport-cluster/values.home.yaml index 8917e6c..4c97ae1 100644 --- a/teleport-cluster/values.home.yaml +++ b/teleport-cluster/values.home.yaml @@ -24,6 +24,17 @@ operator: # This is needed to have a sensible name and predictable service account name. nameOverride: operator +proxy: + teleportConfig: + storage: + type: "s3" + bucket: "teleport-sessions" + region: "us-east-1" + endpoint: "https://block.ervine.cloud" + credentials: + accessKeyId: "qY6$2AokP6%si8FdCaytoX8v" + secretAccessKey: "Q6VBQ3b2MZGi4nqGVPVGQTkrLrxYZtk" + auth: extraEnv: - name: TELEPORT_STORAGE_URI_SECRET @@ -56,7 +67,7 @@ podMonitor: ###################################################################### persistence: # Enable persistence using a PersistentVolumeClaim - enabled: true + enabled: false # Leave blank to automatically create a PersistentVolumeClaim for Teleport storage. # If you would like to use a pre-existing PersistentVolumeClaim, put its name here. existingClaimName: ""