diff --git a/config.yaml b/config.yaml index 8a74604..a1eaab9 100644 --- a/config.yaml +++ b/config.yaml @@ -90,6 +90,8 @@ Service: - SlbInstanceType NetworkMetadata: EnablePrivateVpcConnection: true + EnableReversePrivateVpcConnection: false + PrivateZoneName: ${ServiceInstanceId}.computenest.aliyuncs.com PrivateVpcConnectionMode: PrivateLink PrivateVpcConnectionType: DynamicTemplate PrivateVpcConnections: diff --git a/templates/template.yaml b/templates/template.yaml index 5229f55..4b14ebc 100644 --- a/templates/template.yaml +++ b/templates/template.yaml @@ -280,12 +280,6 @@ Outputs: Fn::GetAtt: - VpcEndpointService - ServiceId - Endpoint: - Value: - Fn::Join: - - '' - - - Ref: ALIYUN::StackName - - .mysql.com MysqlUserName: Description: en: MySQL User Name