Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update restyled-machines template #21

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,42 +1,27 @@
Template: services/ec2/asg.yaml

Tags:
- Key: Environment
Value: prod
- Key: App
Value: restyle-machines

Parameters:
- Name: Environment
Value: prod
- Name: Name
Value: restyle-machines
- Name: InstanceType
Value: t2.small
- Name: UserDataSourceKey
Value: src/restyle-machines/user-data/737b4ec724e2710acb34956a960d31fb0edbfe1f
Environment: prod
Name: restyle-machines
InstanceType: t2.small
UserDataSourceKey: src/restyle-machines/user-data/737b4ec724e2710acb34956a960d31fb0edbfe1f

- Name: DesiredCapacity
Value: 1
- Name: ScaleUpThreshold
Value: 30
- Name: ScaleUpCapacity
Value: 3
DesiredCapacity: 1
ScaleUpThreshold: 30
ScaleUpCapacity: 3

- Name: RestylerQueueName
Value: restyled:agent:webhooks
- Name: RestylerPoolSize
Value: 3
RestylerQueueName: restyled:agent:webhooks
RestylerPoolSize: 3

- Name: GitHubAppId
Value: /restyled/prod/github-app-id
- Name: GitHubAppKey
Value: /restyled/prod/github-app-key
- Name: RestyledToken
Value: /restyled/prod/restyled-api-token
- Name: RedisUrl
Value: /restyled/prod/redis-url
- Name: DatadogApiKey
Value: /restyled/prod/dd-api-key
GitHubAppId: /restyled/prod/github-app-id
GitHubAppKey: /restyled/prod/github-app-key
RestyledToken: /restyled/prod/restyled-api-token
RedisUrl: /restyled/prod/redis-url
DatadogApiKey: /restyled/prod/dd-api-key

Tags:
Environment: prod
App: restyle-machines

# Increment to deploy template-only changes: v6
# Temporarily avoid any updates on this resource
"CloudGenesis:stack-file": "stacks/restyled.760048635536/us-east-1/prod/services/restyle-machines.yaml"