Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Uncomment creation policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ctienshi authored and VimukthiPerera committed May 24, 2019
1 parent 21c2e92 commit 44a69e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Minimum-HA/scalable-is.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -697,10 +697,10 @@ Resources:
- Key: cluster
Value: is
PropagateAtLaunch: 'true'
# CreationPolicy:
# ResourceSignal:
# Count: 1
# Timeout: PT20M
CreationPolicy:
ResourceSignal:
Count: 1
Timeout: PT20M
UpdatePolicy:
AutoScalingRollingUpdate:
MaxBatchSize: '2'
Expand Down Expand Up @@ -854,10 +854,10 @@ Resources:
- Key: cluster
Value: is
PropagateAtLaunch: 'true'
# CreationPolicy:
# ResourceSignal:
# Count: 1
# Timeout: PT20M
CreationPolicy:
ResourceSignal:
Count: 1
Timeout: PT20M
UpdatePolicy:
AutoScalingRollingUpdate:
MaxBatchSize: '2'
Expand Down

0 comments on commit 44a69e0

Please sign in to comment.