Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename resource name in tech 129 #302

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading