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: ""