Skip to content

Commit

Permalink
update config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhaoran.xhr committed Nov 21, 2023
1 parent baafd57 commit 5041f1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Service:
Url: 'templates/template.yaml'
PredefinedParameters:
- Name: 低配版
Description: 该套餐采用了2vCPU 4GB内存的ECS实例(ecs.c6.large),并且绑定了SLB(slb.s1.small),满足基本的业务需求。
Parameters:
EcsInstanceType: ['ecs.c6.large']
SlbInstanceType: slb.s1.small
Expand All @@ -21,6 +22,7 @@ Service:
- EcsInstanceType
- SlbInstanceType
- Name: 基础版
Description: 该套餐采用了4vCPU 8GB内存的ECS实例(ecs.c6.xlarge),并且绑定了SLB(slb.s1.small),该配置可以满足大部分的业务需求。
Parameters:
EcsInstanceType: ['ecs.c6.xlarge']
SlbInstanceType: slb.s1.small
Expand All @@ -29,6 +31,7 @@ Service:
- EcsInstanceType
- SlbInstanceType
- Name: 高配版
Description: 该套餐采用了8vCPU 16GB内存的ECS实例(ecs.c6.2xlarge),并且绑定了SLB(slb.s3.small),该配置使用了更高规格ECS和SLB,进一步提升了架构的稳定性和性能。
Parameters:
EcsInstanceType: ['ecs.c6.2xlarge']
SlbInstanceType: slb.s3.small
Expand All @@ -37,7 +40,7 @@ Service:
- EcsInstanceType
- SlbInstanceType
HiddenParameterKeys:
- EcsIntanceType
- EcsInstanceType
- SlbInstanceType
- VpcId
- VSwitchId
Expand Down

0 comments on commit 5041f1f

Please sign in to comment.