chore(infra/cfn): add Forgejo network CloudFormation resources
Add EFS MountTargets (two subnets), an ALB Target Group for Forgejo (port 3000, health checks), and a Listener Rule for host git.n-daisuke897.com; export the TargetGroup ARN. No application-level configuration changes.
This commit is contained in:
parent
7afe099295
commit
8140c89e3a
1 changed files with 8 additions and 0 deletions
|
|
@ -77,3 +77,11 @@ Resources:
|
|||
- "git.n-daisuke897.com"
|
||||
Field: "host-header"
|
||||
Transforms: []
|
||||
|
||||
Outputs:
|
||||
|
||||
TargetGroupArn:
|
||||
Description: ARN of the Forgejo target group
|
||||
Value: !Ref ElasticLoadBalancingV2TargetGroupForgejo
|
||||
Export:
|
||||
Name: !Sub "${AWS::StackName}-TargetGroupArn"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue