Yannick Sacherer
10/18/2024, 2:32 PMuser
10/18/2024, 2:33 PMvalues.yaml
file and then run the helm upgrade --install
command. For S3, you can follow the instructions in the [Airbyte documentation](https://docs.airbyte.com/deploying-airbyte/on-kubernetes-via-helm#external-logs-with-s3). You need to create a secret to store the AWS keys and other information, update the values.yaml
file to use S3 external logs, and then run the helm upgrade --install
command. Please note that you need to use the appropriate Helm Chart version for S3 logging as mentioned in the documentation. Also, to retain job history logs for a specific period, you can set the TEMPORAL_HISTORY_RETENTION_IN_DAYS
environment variable as described in the [Airbyte documentation](https://docs.airbyte.com/operator-guides/configuring-airbyte#data-retention). This defines the retention period of the job history in Temporal and defaults to 30 days. Please be aware that making these changes requires a good understanding of Kubernetes, Helm, and the specific cloud storage service you are using. If you are not familiar with these technologies, you may want to seek help from someone who is.