Skip to content

Commit 8217249

Browse files
Increased volume size of spot instance (#113)
* 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
1 parent f5d10f3 commit 8217249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/oss-redisearch-m5-spot-instances/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ variable "redis_module" {
8585

8686
variable "instance_volume_size" {
8787
description = "EC2 instance volume_size"
88-
default = "256"
88+
default = "1024"
8989
}
9090

9191
variable "instance_volume_type" {

0 commit comments

Comments
 (0)