Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: redis pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakowskiii committed Jul 26, 2023
1 parent 99892e5 commit 3cc17fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/ecs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,19 @@ variable "geoip_db_key" {
type = string
default = "GeoLite2-City.mmdb"
}

variable "registry_url" {
description = "The url of registry with project data"
type = string
}

variable "registry_auth_token" {
description = "The auth token for registry"
type = string
}

variable "redis_pool_size" {
description = "Pool size for redis"
type = number
default = 64
}

0 comments on commit 3cc17fb

Please sign in to comment.