Skip to content

Commit

Permalink
update definition YAML for Senza 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Apr 9, 2015
1 parent f5f44da commit efd54b6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions user-guide/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,13 @@ Next you need to create a new deployment definition YAML file:
source: myteam/myapp:{{Arguments.ImageVersion}}
ports:
8080: 8080
notify_cfn:
stack: "{{SenzaInfo.StackName}}-{{SenzaInfo.StackVersion}}"
resource: "AppServer"
environment:
SOME_ENV: foobar
AutoScaling:
Minimum: 2
Maximum: 10
MetricType: CPU
ScaleUpThreshold: 70
ScaleDownThreshold: 40
# creates an ELB entry and Route53 domains to this ELB
- AppLoadBalancer:
Type: Senza::ElasticLoadBalancer
HTTPPort: 8080
SSLCertificateId: arn:aws:iam::123456789012:server-certificate/myapp
HealthCheckPath: /
SecurityGroups:
- sg-123123
Expand Down

0 comments on commit efd54b6

Please sign in to comment.