Skip to content

Commit

Permalink
fix get ingress error
Browse files Browse the repository at this point in the history
  • Loading branch information
xiao201208 committed Jun 25, 2024
1 parent d114672 commit e3be717
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
7 changes: 6 additions & 1 deletion documents/solution/micro/build-microservices-on-ack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,14 @@ Resources:
name: ecs-ack-test-service-b
port:
number: 8080
WaitAlbIngress:
Type: ALIYUN::ROS::Sleep
DependsOn: AlbConfig
Properties:
CreateDuration: 120
IngressInfo:
Type: 'DATASOURCE::CS::ClusterApplicationResources'
DependsOn: AlbConfig
DependsOn: WaitAlbIngress
Properties:
ClusterId:
Ref: AckCluster
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,6 @@ Resources:
name: coffee-svc
port:
number: 80

Hpa:
Type: 'ALIYUN::CS::ClusterApplication'
DependsOn: Ingress
Expand Down Expand Up @@ -514,9 +513,14 @@ Resources:
averageUtilization: 80
type: Utilization
type: Resource
WaitAlbIngress:
Type: ALIYUN::ROS::Sleep
DependsOn: Ingress
Properties:
CreateDuration: 120
IngressInfo:
Type: 'DATASOURCE::CS::ClusterApplicationResources'
DependsOn: Ingress
DependsOn: WaitAlbIngress
Properties:
ClusterId:
Ref: AckCluster
Expand Down

0 comments on commit e3be717

Please sign in to comment.