langchain-ai / helm

Repository hosting Langchain helm charts.
Apache License 2.0
33 stars 7 forks source link

Add options for TTL #102

Closed akira closed 2 weeks ago

akira commented 2 weeks ago
config:
  ttl:
    enabled: true
    upgrade_enabled: true
    ttl_period_seconds:
      longlived: <ll_seconds>
      shortlived: <sl_seconds>

To set:

 - name: FF_TRACE_TIERS_ENABLED
    value: "true"
  - name: FF_UPGRADE_TRACE_TIER_ENABLED
    value: "true"
  - name: TRACE_TIER_TTL_DURATION_SEC_MAP
    value: "{ \"longlived\": 1234, \"shortlived\": 567 }"