Configuring Kloudfuse Profiler Retention in AWS S3
Add the necessary AWS S3 configuration to store profiles to the config
section of the custom-values.yaml
file.
config: |
storage:
backend: s3 (1)
s3:
bucket_name: your-bucket-name (2)
region: us-west-2 (3)
endpoint: s3.us-west-2.amazonaws.com (4)
access_key_id: YOUR_ACCESS_KEY_ID (5)
secret_access_key: YOUR_SECRET_ACCESS_KEY (6)
insecure: false (7)
yaml