langchain-ai / helm

Repository hosting Langchain helm charts.
Apache License 2.0
39 stars 9 forks source link

move queues to configmap #90

Closed langchain-infra closed 5 months ago

akira commented 5 months ago

This is the one for our infra, we can leave the default for self hosted if that's what this is doing

    INGESTION_QUEUE: str = "default"
    ADHOC_QUEUE: str = "adhoc"
    RUN_RULES_QUEUE: str = "rules"
langchain-infra commented 5 months ago

This is the one for our infra, we can leave the default for self hosted if that's what this is doing

    INGESTION_QUEUE: str = "default"
    ADHOC_QUEUE: str = "adhoc"
    RUN_RULES_QUEUE: str = "rules"

I know i need this because we use the self-hosted chart and we can't duplicate environment variables