This commit is contained in:
Jonny Ervine 2025-07-11 22:05:41 +08:00
parent d6f73bbdf9
commit e97173189b

View File

@ -24,6 +24,17 @@ operator:
# This is needed to have a sensible name and predictable service account name. # This is needed to have a sensible name and predictable service account name.
nameOverride: operator 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: auth:
extraEnv: extraEnv:
- name: TELEPORT_STORAGE_URI_SECRET - name: TELEPORT_STORAGE_URI_SECRET
@ -56,7 +67,7 @@ podMonitor:
###################################################################### ######################################################################
persistence: persistence:
# Enable persistence using a PersistentVolumeClaim # Enable persistence using a PersistentVolumeClaim
enabled: true enabled: false
# Leave blank to automatically create a PersistentVolumeClaim for Teleport storage. # Leave blank to automatically create a PersistentVolumeClaim for Teleport storage.
# If you would like to use a pre-existing PersistentVolumeClaim, put its name here. # If you would like to use a pre-existing PersistentVolumeClaim, put its name here.
existingClaimName: "" existingClaimName: ""