Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion charts/plugin-fees/templates/fees/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ data:
MULTI_TENANT_IDLE_TIMEOUT_SEC: {{ .Values.fees.configmap.MULTI_TENANT_IDLE_TIMEOUT_SEC | default "300" | quote }}
MULTI_TENANT_CIRCUIT_BREAKER_THRESHOLD: {{ .Values.fees.configmap.MULTI_TENANT_CIRCUIT_BREAKER_THRESHOLD | default "5" | quote }}
MULTI_TENANT_CIRCUIT_BREAKER_TIMEOUT_SEC: {{ .Values.fees.configmap.MULTI_TENANT_CIRCUIT_BREAKER_TIMEOUT_SEC | default "30" | quote }}
MULTI_TENANT_SETTINGS_CHECK_INTERVAL_SEC: {{ .Values.fees.configmap.MULTI_TENANT_SETTINGS_CHECK_INTERVAL_SEC | default "60" | quote }}
MULTI_TENANT_REDIS_HOST: {{ required "fees.configmap.MULTI_TENANT_REDIS_HOST is required when MULTI_TENANT_ENABLED=true" .Values.fees.configmap.MULTI_TENANT_REDIS_HOST | quote }}
MULTI_TENANT_REDIS_PORT: {{ .Values.fees.configmap.MULTI_TENANT_REDIS_PORT | default "6379" | quote }}
MULTI_TENANT_REDIS_TLS: {{ .Values.fees.configmap.MULTI_TENANT_REDIS_TLS | default "false" | quote }}
Expand Down
1 change: 0 additions & 1 deletion charts/plugin-fees/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ fees:
# -- Seconds the circuit breaker stays open before retrying
MULTI_TENANT_CIRCUIT_BREAKER_TIMEOUT_SEC: "30"
# -- Interval in seconds to re-check tenant-manager settings
MULTI_TENANT_SETTINGS_CHECK_INTERVAL_SEC: "60"
# -- Hostname of the Redis/Valkey instance used for tenant cache
MULTI_TENANT_REDIS_HOST: ""
# -- Port of the Redis/Valkey instance
Expand Down
Loading