Skip to content

Commit

Permalink
Revert "Switching to Graviton"
Browse files Browse the repository at this point in the history
This reverts commit ba14ce1.
  • Loading branch information
andreaswittig committed Feb 18, 2024
1 parent 69a7b15 commit e3d0840
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mastodon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Resources:
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
CpuArchitecture: 'ARM64'
CpuArchitecture: 'X86_64'
OperatingSystemFamily: 'LINUX'
ExecuteCommand: true
TemplateURL: './node_modules/@cfn-modules/fargate-service/module.yml'
Expand Down Expand Up @@ -291,7 +291,7 @@ Resources:
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
CpuArchitecture: 'ARM64'
CpuArchitecture: 'X86_64'
OperatingSystemFamily: 'LINUX'
ExecuteCommand: true
TemplateURL: './node_modules/@cfn-modules/fargate-service/module.yml'
Expand Down Expand Up @@ -362,7 +362,7 @@ Resources:
AutoScaling: 'false'
HealthCheckGracePeriodSeconds: '60'
Spot: !Ref Spot
CpuArchitecture: 'ARM64'
CpuArchitecture: 'X86_64'
OperatingSystemFamily: 'LINUX'
ExecuteCommand: true
TemplateURL: './node_modules/@cfn-modules/fargate-service/module.yml'
Expand Down Expand Up @@ -429,7 +429,7 @@ Resources:
SubnetsReach: 'Public'
ScheduleExpression: 'rate(24 hours)'
Timeout: '3600'
CpuArchitecture: 'ARM64'
CpuArchitecture: 'X86_64'
OperatingSystemFamily: 'LINUX'
TemplateURL: './node_modules/@cfn-modules/fargate-scheduled-task/module.yml'
AlbAccessLogBucket:
Expand Down

0 comments on commit e3d0840

Please sign in to comment.