Skip to content

Commit

Permalink
Fix es (#12554)
Browse files Browse the repository at this point in the history
It's down again. I wish I knew why it does that.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Jan 24, 2022
1 parent 8fa54c6 commit 170d839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/es_cluster.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ locals {
{
suffix = "-blue",
ubuntu_version = "2004",
size = 5,
size = 0,
init = "[]",
type = "n2-highmem-2",
xmx = "12g",
Expand All @@ -32,7 +32,7 @@ locals {
{
suffix = "-green",
ubuntu_version = "2004",
size = 0,
size = 5,
init = "[]",
type = "n2-highmem-2",
xmx = "12g",
Expand Down

0 comments on commit 170d839

Please sign in to comment.