Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt

Use this file to discover all available pages before exploring further.

Bifrost Helm
v2.1.4

Changelog

  • Added stricter cluster discovery validation in Helm templates:
    • Require bifrost.cluster.discovery.serviceName when bifrost.cluster.discovery.type is consul, etcd, or udp.
    • For udp discovery, require both:
      • bifrost.cluster.discovery.udpBroadcastPort
      • bifrost.cluster.discovery.allowedAddressSpace
  • Added/updated template fail-fast errors so invalid discovery config is rejected at render time instead of failing later at runtime.