Configuring Heartbeat Configuration in Airbyte Helm Chart

Summary

Explanation on configuring heartbeat configurations in Airbyte Helm chart by mounting an edited flags.yml file to a specific deployment.


Question

hi! In this documentation https://docs.airbyte.com/understanding-airbyte/heartbeats|here , it says the hearbeat configuration for sources and destination can be edited in the flags.yml file. how can these configurations be configured in the helm chart? should I mount an edited version of this file to a particular deployment? if so, which one?



This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.

Join the conversation on Slack

["configuring-heartbeat-configuration", "airbyte-helm-chart", "flags.yml", "mounting-file", "deployment"]

I got the same question, anyone could help please?

Docs are disconnected from table of contents / navigation, so it feels like more internal stuff now.

https://github.com/airbytehq/airbyte-platform/blob/9c970c52e29df13962b192040b209233f5c2086d/airbyte-featureflag/src/main/kotlin/FlagDefinitions.kt#L40-L48|FlagDefinitions.kt#L40-L48
https://github.com/airbytehq/airbyte-platform/blob/9c970c52e29df13962b192040b209233f5c2086d/charts/airbyte/values.yaml#L2099|values.yaml#L2099
If you are curious, you can check if

  enabled: true```
will change anything :wink:

sorry, I don’t follow :sweat_smile:. if for example, I wanted to set the value for the heartbeat-max-seconds-between-messages flag to 100, how do I do that once I enable the featureflag-server ?

do I define it as an env var?

has that been released? I’ve added that flag to our helm values and nothing new is coming out using the latest chart version 0.551.0

the values seem to be there but the current release doesn’t pull templates through