SIENTIAPDE-1712

Update values.yaml to rename SIE_MINIO_OFFLOAD_THRESHOLD_MEGABYTES to SIENTIA_MINIO_OFFLOAD_THRESHOLD_MEGABYTES and adjust its value to 0.5 for improved configuration clarity.
This commit is contained in:
vitor-aignosi
2026-03-31 09:10:56 -03:00
parent 7c32424cf1
commit d9ec7fc496

View File

@@ -231,8 +231,8 @@ env:
value: "sientia" value: "sientia"
- name: MINIO_RETENTION_HOURS - name: MINIO_RETENTION_HOURS
value: "24" value: "24"
- name: SIE_MINIO_OFFLOAD_THRESHOLD_MEGABYTES - name: SIENTIA_MINIO_OFFLOAD_THRESHOLD_MEGABYTES
value: "1.5" value: "0.5"
# Temporal worker tuning for PredictionsBatch. # Temporal worker tuning for PredictionsBatch.
# IMPORTANT: prefix must be PREDICTIONSBATCH_ (from class name PredictionsBatch). # IMPORTANT: prefix must be PREDICTIONSBATCH_ (from class name PredictionsBatch).