Hey guys!
I've been messing with Airbyte for some time and I have the following scenario:
I deployed the tool on GKE and the pv of the database is filling up very fast (1GiB/Day), I believe this is because of log storage (I left it default, I didn't put S3 or GCS).
When I had this problem in the VM, I configured logrotate to delete logs older than 7 days and it solved the problem.
But I'm not finding a similar parameter in GKE, has anyone had to deal with this?
In VM I used this parameter (TEMPORAL_HISTORY_RETENTION_IN_DAYS)