Add S3
This commit is contained in:
parent
d6f73bbdf9
commit
e97173189b
@ -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: ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user