feat: update kubernetes test environment configurations

This commit is contained in:
2025-12-25 11:02:37 +08:00
parent 41998a3584
commit 9a07e0f468

View File

@@ -18,6 +18,11 @@ data:
EZ_LOG_RETENTION_DAYS: "30"
EZ_LOG_MAX_RECORDS: "1000000"
EZ_LOG_PARTITIONING: "off"
# 同步可靠性CP -> Redis outbox
EZ_SYNC_OUTBOX_ENABLED: "true"
EZ_SYNC_OUTBOX_INTERVAL_SECONDS: "5"
EZ_SYNC_OUTBOX_BATCH_SIZE: "200"
EZ_SYNC_OUTBOX_MAX_RETRIES: "10"
# Swagger UI Host (留空则使用相对路径)
EZ_SWAGGER_HOST: ""