Skip to content

Commit

Permalink
Lower min replicas to see if 5 can handle usual 8-9 AM traffic.
Browse files Browse the repository at this point in the history
  • Loading branch information
EarthlingDavey committed Nov 21, 2024
1 parent 8876428 commit dbde2bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/production/hpa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
apiVersion: apps/v1
kind: Deployment
name: intranet-production
minReplicas: 6
minReplicas: 5
maxReplicas: 18
metrics:
# fpm
Expand Down

0 comments on commit dbde2bd

Please sign in to comment.