Skip to content

Commit

Permalink
chore(ECO-2956): Prepare the alpha stack for revival by killing it (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
xbtmatt authored Mar 4, 2025
1 parent 71b2ddf commit cf2d6c2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/cloud-formation/deploy-indexer-alpha.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
parameters:
BrokerImageVersion: '6.0.0-alpha.1'
DeployAlb: 'true'
DeployAlbDnsRecord: 'true'
DeployBastionHost: 'true'
DeployBroker: 'true'
DeployContainers: 'true'
DeployDb: 'true'
DeployNlb: 'true'
DeployNlbVpcLink: 'true'
DeployPostgrest: 'true'
DeployProcessor: 'true'
DeployRestApi: 'true'
DeployRestApiDnsRecord: 'true'
BrokerImageVersion: '6.0.0'
DeployAlb: 'false'
DeployAlbDnsRecord: 'false'
DeployBastionHost: 'false'
DeployBroker: 'false'
DeployContainers: 'false'
DeployDb: 'false'
DeployNlb: 'false'
DeployNlbVpcLink: 'false'
DeployPostgrest: 'false'
DeployProcessor: 'false'
DeployRestApi: 'false'
DeployRestApiDnsRecord: 'false'
DeployWaf: 'false'
EnableWafRulesGeneral: 'false'
EnableWafRulesRestApi: 'false'
EnableWafRulesWebSocket: 'false'
Environment: 'alpha'
Network: 'testnet'
ProcessorHealthCheckStartPeriod: 300
ProcessorImageVersion: '6.0.0-alpha.1'
ProcessorImageVersion: '6.0.0'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
Expand Down

0 comments on commit cf2d6c2

Please sign in to comment.