Skip to content

Commit

Permalink
Switch workload to Serverless cache
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaswittig committed Oct 10, 2024
1 parent 73fa528 commit 4153bda
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 @@ -188,7 +188,7 @@ Resources:
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
AppEnvironment2Key: 'REDIS_HOST'
AppEnvironment2Value: !GetAtt 'Cache.Outputs.DnsName'
AppEnvironment2Value: !GetAtt 'ServerlessCache.Outputs.DnsName'
AppEnvironment3Key: 'DB_PASS'
AppEnvironment3SecretModule: !GetAtt 'Secret.Outputs.StackName'
AppEnvironment4Key: 'ES_ENABLED'
Expand Down Expand Up @@ -269,7 +269,7 @@ Resources:
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
AppEnvironment2Key: 'REDIS_HOST'
AppEnvironment2Value: !GetAtt 'Cache.Outputs.DnsName'
AppEnvironment2Value: !GetAtt 'ServerlessCache.Outputs.DnsName'
AppEnvironment3Key: 'DB_PASS'
AppEnvironment3SecretModule: !GetAtt 'Secret.Outputs.StackName'
AppEnvironment4Key: 'ES_ENABLED'
Expand Down Expand Up @@ -348,7 +348,7 @@ Resources:
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
AppEnvironment2Key: 'REDIS_HOST'
AppEnvironment2Value: !GetAtt 'Cache.Outputs.DnsName'
AppEnvironment2Value: !GetAtt 'ServerlessCache.Outputs.DnsName'
AppEnvironment3Key: 'DB_PASS'
AppEnvironment3SecretModule: !GetAtt 'Secret.Outputs.StackName'
AppEnvironment4Key: 'ES_ENABLED'
Expand Down Expand Up @@ -427,7 +427,7 @@ Resources:
AppEnvironment1Key: 'LOCAL_DOMAIN'
AppEnvironment1Value: !Ref DomainName
AppEnvironment2Key: 'REDIS_HOST'
AppEnvironment2Value: !GetAtt 'Cache.Outputs.DnsName'
AppEnvironment2Value: !GetAtt 'ServerlessCache.Outputs.DnsName'
AppEnvironment3Key: 'DB_PASS'
AppEnvironment3SecretModule: !GetAtt 'Secret.Outputs.StackName'
AppEnvironment4Key: 'ES_ENABLED'
Expand Down

0 comments on commit 4153bda

Please sign in to comment.