Skip to content

Commit

Permalink
update mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyu.zhaoyu committed Dec 16, 2024
1 parent f073f6f commit 925c7de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .computenest/ros_templates/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Resources:
Priority: 1
SourceCidrIp: 0.0.0.0/0
IpProtocol: tcp
NicType: internet
NicType: intranet
InstanceGroup:
Type: ALIYUN::ECS::InstanceGroup
Properties:
Expand Down Expand Up @@ -272,8 +272,8 @@ Resources:
InstanceType:
Ref: EcsInstanceType
SystemDiskCategory: cloud_essd
SystemDiskSize: 200
InternetMaxBandwidthOut: 5
SystemDiskSize: 40
AllocatePublicIP: false
IoOptimized: optimized
MaxAmount: 1
RunInstallCommand:
Expand Down Expand Up @@ -322,7 +322,7 @@ Outputs:
zh-cn: mongodb 访问页面。
Value:
Fn::Sub:
- http://${ServerAddress}:27017
- mongodb://${ServerAddress}:27017
- ServerAddress:
Fn::Select:
- 0
Expand Down Expand Up @@ -358,4 +358,4 @@ Metadata:
Label:
en: Software Configuration
zh-cn: 软件配置


0 comments on commit 925c7de

Please sign in to comment.