Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

Fix prometheus deployment strategy

Compare
Choose a tag to compare
@iuriaranda iuriaranda released this 02 Apr 08:30
· 25 commits to master since this release
cac7ad9
Set minimum health percent to 0 for prometheus (#21)

* Set minimum health percent to 0 for prometheus

In the current setup, Prometheus uses a single efs file system, which means that there can only be one Prometheus container running simultaneously in the cluster.

Without this the rolling updates don't work because ECS cannot drain the node where Prometheus is working

* Clarify comment