Skip to content

Commit

Permalink
rename resource name in tech 129
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao201208 committed Jul 12, 2024
1 parent 83ff7ae commit cc1a98d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 54 deletions.
47 changes: 0 additions & 47 deletions .github/workflows/iact3-test.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Resources:
AccountPrivilege: ReadWrite
DBName:
Ref: PolarDBDatabase
Alb:
ALB:
Type: 'ALIYUN::ALB::LoadBalancer'
Properties:
LoadBalancerName:
Expand Down Expand Up @@ -211,7 +211,7 @@ Resources:
- .StackId[:5]
- StackId:
Ref: ALIYUN::StackId
SaeApp:
SAE:
Type: 'ALIYUN::SAE::Application'
DependsOn: SaeNamespace
Properties:
Expand Down Expand Up @@ -261,7 +261,7 @@ Resources:
Liveness: '{"httpGet":{"path":"/","port":80,"scheme":"HTTP"},"initialDelaySeconds":10,"timeoutSeconds":10,"periodSeconds":10,"successThreshold":1,"failureThreshold":3}'
WaitApp:
Type: 'ALIYUN::ROS::Sleep'
DependsOn: SaeApp
DependsOn: SAE
Properties:
CreateDuration: 180
SaeIngress:
Expand All @@ -273,19 +273,19 @@ Resources:
Description: serverless-demo-router
LoadBalanceType: alb
SlbId:
Ref: Alb
Ref: ALB
ListenerProtocol: HTTP
ListenerPort: 80
Rules:
- Domain: example.com
Path: /
AppId:
Ref: SaeApp
Ref: SAE
ContainerPort: 80
BackendProtocol: http
DefaultRule:
AppId:
Ref: SaeApp
Ref: SAE
ContainerPort: 80
BackendProtocol: http
Outputs:
Expand All @@ -294,7 +294,7 @@ Outputs:
zh-cn: Web 访问地址。
en: The Addresses of Web.
Value:
'Fn::Sub': 'http://${Alb.DNSName}'
'Fn::Sub': 'http://${ALB.DNSName}'
Metadata:
ALIYUN::ROS::Interface:
ParameterGroups:
Expand Down

0 comments on commit cc1a98d

Please sign in to comment.