Skip to content

Commit

Permalink
Increased volume size of spot instance (#113)
Browse files Browse the repository at this point in the history
* Added default key to rts deployments

* Added default key to rts deployments

* Removed hcl spurious lock file

* Removed hcl spurious lock file

* Added simple 2 nodes setup (1DB with HA enabled)

* Updated base image from redis 7.1 to 7.4.0

* RediSearch spot instance should also use it

* Increased volume size of spot instance
  • Loading branch information
filipecosta90 authored Sep 18, 2024
1 parent f5d10f3 commit 8217249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/oss-redisearch-m5-spot-instances/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ variable "redis_module" {

variable "instance_volume_size" {
description = "EC2 instance volume_size"
default = "256"
default = "1024"
}

variable "instance_volume_type" {
Expand Down

0 comments on commit 8217249

Please sign in to comment.