Skip to content

Commit

Permalink
[ECO-2624] Restart emoji-main and production stack, bump processo…
Browse files Browse the repository at this point in the history
…r and broker versions to `v2.0.1` (#482)
  • Loading branch information
xbtmatt authored Dec 21, 2024
1 parent e896290 commit a2a57bc
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 45 deletions.
30 changes: 15 additions & 15 deletions src/cloud-formation/deploy-indexer-fallback.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
parameters:
BrokerCpu: 1024
BrokerImageVersion: '2.0.0'
BrokerImageVersion: '2.0.1'
BrokerMemory: 2048
DbMaxCapacity: 8
DeployAlb: 'false'
DeployAlbDnsRecord: 'false'
DeployBastionHost: 'false'
DeployBroker: 'false'
DeployContainers: 'false'
DeployDb: 'false'
DeployNlb: 'false'
DeployNlbVpcLink: 'false'
DeployPostgrest: 'false'
DeployProcessor: 'false'
DeployRestApi: 'false'
DeployRestApiDnsRecord: 'false'
DeployStack: 'false'
DeployAlb: 'true'
DeployAlbDnsRecord: 'true'
DeployBastionHost: 'true'
DeployBroker: 'true'
DeployContainers: 'true'
DeployDb: 'true'
DeployNlb: 'true'
DeployNlbVpcLink: 'true'
DeployPostgrest: 'true'
DeployProcessor: 'true'
DeployRestApi: 'true'
DeployRestApiDnsRecord: 'true'
DeployStack: 'true'
DeployWaf: 'false'
EnableWafRulesGeneral: 'false'
EnableWafRulesRestApi: 'false'
EnableWafRulesWebSocket: 'false'
Environment: 'fallback'
Network: 'mainnet'
ProcessorImageVersion: '2.0.0'
ProcessorImageVersion: '2.0.1'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
Expand Down
30 changes: 15 additions & 15 deletions src/cloud-formation/deploy-indexer-main.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
parameters:
BrokerImageVersion: '2.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'
DeployStack: 'false'
BrokerImageVersion: '2.0.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'
DeployStack: 'true'
DeployWaf: 'false'
EnableWafRulesGeneral: 'false'
EnableWafRulesRestApi: 'false'
EnableWafRulesWebSocket: 'false'
Environment: 'main'
Network: 'testnet'
ProcessorImageVersion: '2.0.0'
ProcessorImageVersion: '2.0.1'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
Expand Down
30 changes: 15 additions & 15 deletions src/cloud-formation/deploy-indexer-production.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
---
parameters:
BrokerCpu: 1024
BrokerImageVersion: '2.0.0'
BrokerImageVersion: '2.0.1'
BrokerMemory: 2048
DbMaxCapacity: 8
DeployAlb: 'false'
DeployAlbDnsRecord: 'false'
DeployBastionHost: 'false'
DeployBroker: 'false'
DeployContainers: 'false'
DeployDb: 'false'
DeployNlb: 'false'
DeployNlbVpcLink: 'false'
DeployPostgrest: 'false'
DeployProcessor: 'false'
DeployRestApi: 'false'
DeployRestApiDnsRecord: 'false'
DeployStack: 'false'
DeployAlb: 'true'
DeployAlbDnsRecord: 'true'
DeployBastionHost: 'true'
DeployBroker: 'true'
DeployContainers: 'true'
DeployDb: 'true'
DeployNlb: 'true'
DeployNlbVpcLink: 'true'
DeployPostgrest: 'true'
DeployProcessor: 'true'
DeployRestApi: 'true'
DeployRestApiDnsRecord: 'true'
DeployStack: 'true'
DeployWaf: 'false'
EnableWafRulesGeneral: 'false'
EnableWafRulesRestApi: 'false'
EnableWafRulesWebSocket: 'false'
Environment: 'production'
Network: 'mainnet'
ProcessorImageVersion: '2.0.0'
ProcessorImageVersion: '2.0.1'
VpcStackName: 'emoji-vpc'
tags: null
template-file-path: 'src/cloud-formation/indexer.cfn.yaml'
Expand Down

0 comments on commit a2a57bc

Please sign in to comment.