This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
Fix prometheus deployment strategy
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