Skip to content

Fix revoada's deployment inventory

Rafael Reggiani Manzo requested to merge fix_revoada_deployment into master

When adjusting the deployment to support single host installations (!47 (merged)) we forgot to update revoada's hosts.

This has brought the service down since we introduced continuous deployment (!50 (merged)) because there were no nodes with the required labels to deploy many services that impose restrictions such as postgres and kong.

I also took this opportunity to add to the README the command that helped me identifying the cause.

Merge request reports