Skip to content

Commit

Permalink
[Bug Fix] fargate/service-* - Fix 0.5 CPU value
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrokeil authored and michaelwittig committed Mar 13, 2019
1 parent 0bce6f6 commit e76bdb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fargate/service-cloudmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Parameters:
Description: 'The minimum number of vCPUs to reserve for the container.'
Type: String
Default: '0.25'
AllowedValues: ['0.25', '0,5', '1', '2', '4']
AllowedValues: ['0.25', '0.5', '1', '2', '4']
Memory:
Description: 'The amount (in GB) of memory used by the task.'
Type: String
Expand Down
2 changes: 1 addition & 1 deletion fargate/service-cluster-alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Parameters:
Description: 'The minimum number of vCPUs to reserve for the container.'
Type: String
Default: '0.25'
AllowedValues: ['0.25', '0,5', '1', '2', '4']
AllowedValues: ['0.25', '0.5', '1', '2', '4']
Memory:
Description: 'The amount (in GB) of memory used by the task.'
Type: String
Expand Down
2 changes: 1 addition & 1 deletion fargate/service-dedicated-alb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ Parameters:
Description: 'The minimum number of vCPUs to reserve for the container.'
Type: String
Default: '0.25'
AllowedValues: ['0.25', '0,5', '1', '2', '4']
AllowedValues: ['0.25', '0.5', '1', '2', '4']
Memory:
Description: 'The amount (in GB) of memory used by the task.'
Type: String
Expand Down

0 comments on commit e76bdb4

Please sign in to comment.