Skip to content
Snippets Groups Projects
Verified Commit b631f22f authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

staging/web-cass: Increase resources for the instance

It's currently taking some time to answer and the 2 replicas are roughly at 100% use of
cpu. Let it scale a bit more so it responds better to avoid flip-flop in alerts.
parent 4aad021f
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@ web:
autoScaling:
minReplicaCount: 2
maxReplicaCount: 4 # 4 to test the autoscaling in extreme scenarios
cpuPercentageUsage: 1000
cpuPercentageUsage: 75
hosts:
- webapp.staging.swh.network
- webapp-cassandra.internal.staging.swh.network
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment