Skip to content

Commit

Permalink
chore: update sample files with new field
Browse files Browse the repository at this point in the history
  • Loading branch information
fmartingr committed Dec 11, 2024
1 parent 7eeb48d commit 1097c57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/deployer.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"MetricsInstanceType": "t3.xlarge",
"AgentInstanceCount": 2,
"AgentInstanceType": "c7i.xlarge",
"AgentAllocatePublicIPAddress": true,
"ElasticSearchSettings": {
"InstanceCount": 0,
"InstanceType": "r6g.large.search",
Expand All @@ -48,6 +49,7 @@
"EnableAgentFullLogs": true,
"ProxyInstanceCount": 1,
"ProxyInstanceType": "c7i.xlarge",
"ProxyAllocatePublicIPAddress": true,
"SSHPublicKey": "~/.ssh/id_rsa.pub",
"TerraformStateDir" : "/var/lib/mattermost-load-test-ng",
"S3BucketDumpURI" : "",
Expand Down
2 changes: 2 additions & 0 deletions config/deployer.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ EnableNetPeekMetrics = false
AgentInstanceCount = 2
AgentInstanceType = 'c5.xlarge'
EnableAgentFullLogs = true
AgentAllocatePublicIPAddress = true

# App servers configuration
AppInstanceCount = 1
Expand All @@ -43,6 +44,7 @@ TerraformStateDir = '/var/lib/mattermost-load-test-ng'
# Proxy server configuration
ProxyInstanceType = 'c5.xlarge'
ProxyInstanceCount = 1
ProxyAllocatePublicIPAddress = true

[ClusterSubnetIDs]
App = []
Expand Down

0 comments on commit 1097c57

Please sign in to comment.