Hi,
I’m looking to configure results.max.age_in_days in a Kubernetes deployment but I’m unsure by the docs where would this configuration go.
Initial thought is to include in the distStorage.{aws}.extraParameters
Or, should I set it in
extraStartParams
with something like -Dresults.max.age_in_days=1
. Thank you.