You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be interested in making the gatus config loading dynamic? Many helm projects such as grafana use the kiwigrid config loader sidecar to dynamically load config from configmaps and secrets. I am planning to add this to my own gatus deployment. If you're interested I can contribute this here as an option.
The text was updated successfully, but these errors were encountered:
Gatus should support dynamic config loading (hot loading) out of the box
Yes gatus supports this but the Helm chart does not assist with this. What the kiwigrid sidecar does is watch a namespace for configmaps and secrets and place those in q specific folder within a volume. Combined with the composable dynamic configuration gatus itself already supports this would make it possible to deploy a new config map in the cluster for a new endpoint and this automatically being picked up by the sidecar, placed in the config dir and processed by gatus. I have already implemented this in my homelab.
Would you be interested in making the gatus config loading dynamic? Many helm projects such as grafana use the kiwigrid config loader sidecar to dynamically load config from configmaps and secrets. I am planning to add this to my own gatus deployment. If you're interested I can contribute this here as an option.
The text was updated successfully, but these errors were encountered: