Skip to content

Commit

Permalink
Update New Relic and Container Instance Size (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronardcaktus authored Jan 14, 2025
1 parent 4064ff3 commit e72f915
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ cloudformation_stack:
DomainNameAlternates: ""
PrimaryAZ: "{{ aws_region }}a"
SecondaryAZ: "{{ aws_region }}b"
DesiredScale: 2
DesiredScale: 3
MaxScale: 4
ContainerInstanceType: t3a.medium
ContainerInstanceType: t3a.large
AssetsBucketAccessControl: Private
AssetsUseCloudFront: "false"
DatabaseClass: db.t3.small
Expand Down
1 change: 1 addition & 0 deletions deploy/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- src: https://github.com/caktus/ansible-role-aws-web-stacks
name: caktus.aws-web-stacks
version: v0.3.0
- src: https://github.com/caktus/ansible-role-k8s-web-cluster
version: v1.7.0
name: caktus.k8s-web-cluster
Expand Down
2 changes: 1 addition & 1 deletion requirements/deploy/deploy.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
-c ../base/base.txt

pymemcache
newrelic
newrelic==10.4.0
uwsgi==2.0.26 # Pinned version to work with Python 3.11
2 changes: 1 addition & 1 deletion requirements/deploy/deploy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements/deploy/deploy.txt requirements/deploy/deploy.in
#
newrelic==6.0.1.155
newrelic==10.4.0
# via -r requirements/deploy/deploy.in
pymemcache==3.4.4
# via -r requirements/deploy/deploy.in
Expand Down

0 comments on commit e72f915

Please sign in to comment.