Skip to content

Commit

Permalink
Merge pull request #284 from xiao201208/fix/get_ingress_error
Browse files Browse the repository at this point in the history
fix get ingress error
  • Loading branch information
xiao201208 authored Jun 25, 2024
2 parents d114672 + e3be717 commit 9038067
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 9038067

Please sign in to comment.