mirror of
https://github.com/EZ-Api/ez-api.git
synced 2026-01-13 17:47:51 +00:00
feat(k8s): add missing env configs for outbox and timeout
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user