feat(k8s): add missing env configs for outbox and timeout

This commit is contained in:
2025-12-25 11:14:02 +08:00
parent 6473ac1c81
commit ecdff89364
2 changed files with 8 additions and 0 deletions

View File

@@ -110,6 +110,12 @@ spec:
configMapKeyRef:
name: ez-api-config
key: EZ_BALANCER_STATS_FLUSH_TIMEOUT_SECONDS
# Timeout by Provider
- name: EZ_BALANCER_TIMEOUT_BY_PROVIDER
valueFrom:
configMapKeyRef:
name: ez-api-config
key: EZ_BALANCER_TIMEOUT_BY_PROVIDER
resources:
requests:
memory: "128Mi"