Skip to content

Commit

Permalink
Deploy arena stack
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Feb 13, 2025
1 parent a242309 commit d8b4e83
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: '5.0.1'
DeployAlb: 'false'
DeployAlbDnsRecord: 'false'
DeployBastionHost: 'false'
DeployBroker: 'false'
DeployContainers: 'false'
DeployDb: 'false'
DeployNlb: 'false'
DeployNlbVpcLink: 'false'
DeployPostgrest: 'false'
DeployProcessor: 'false'
DeployRestApi: 'false'
DeployRestApiDnsRecord: 'false'
BrokerImageVersion: '6.0.0-alpha'
DeployAlb: 'true'
DeployAlbDnsRecord: 'true'
DeployBastionHost: 'true'
DeployBroker: 'true'
DeployContainers: 'true'
DeployDb: 'true'
DeployNlb: 'true'
DeployNlbVpcLink: 'true'
DeployPostgrest: 'true'
DeployProcessor: 'true'
DeployRestApi: 'true'
DeployRestApiDnsRecord: 'true'
DeployWaf: 'false'
EnableWafRulesGeneral: 'false'
EnableWafRulesRestApi: 'false'
EnableWafRulesWebSocket: 'false'
Environment: 'alpha'
Network: 'testnet'
ProcessorHealthCheckStartPeriod: 300
ProcessorImageVersion: '5.0.0'
ProcessorImageVersion: '6.0.0-alpha'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
Expand Down

0 comments on commit d8b4e83

Please sign in to comment.