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-aws-s3-bucket (2)
region: your-aws-region (3)
endpoint: s3.us-west-2.amazonaws.com (4)
access_key_id: "your-aws-access-key" (5)
secret_access_key: "your-aws-secret-key" (6)
insecure: true (7)
yaml