Skip to content

Commit

Permalink
Add ROUTER_METRICS_EVENTS_TIMEOUT env var
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob committed Dec 8, 2024
1 parent 7f29ada commit 39ba6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/templates/router/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ data:
ROUTER_METRICS_PUBSUB_TOPIC: "data-updates"
ROUTER_METRICS_HOST: "localhost"
ROUTER_METRICS_PUBSUB_SUBSCRIPTION_FILTER: "aggregated-selfhosted-metrics"
ROUTER_METRICS_EVENTS_TIMEOUT: "300000"
ROUTER_INGRESS_TESTING_MODE: {{ .Values.cartoConfigValues.ingressTestingMode | quote }}
{{- if .Values.externalProxy.enabled }}
HTTP_PROXY: {{ include "carto.proxy.computedConnectionString" . | quote }}
Expand Down

0 comments on commit 39ba6b2

Please sign in to comment.