From a72905189bedf3d2093b0a2eb3f227b29a827ea4 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 10 Feb 2022 09:10:28 +0100 Subject: fix(terraform): Prometheus job Signed-off-by: Peter Mikus Change-Id: I1c0b736e2b2cd820271ee0aaddf3167e61d713d4 --- fdio.infra.terraform/1n_nmd/prometheus/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fdio.infra.terraform/1n_nmd/prometheus/variables.tf') diff --git a/fdio.infra.terraform/1n_nmd/prometheus/variables.tf b/fdio.infra.terraform/1n_nmd/prometheus/variables.tf index d44f9d5f8a..eab4d3b466 100644 --- a/fdio.infra.terraform/1n_nmd/prometheus/variables.tf +++ b/fdio.infra.terraform/1n_nmd/prometheus/variables.tf @@ -14,7 +14,7 @@ variable "region" { variable "volume_source" { description = "The name of the volume to request" type = string - default = "persistence" + default = "prod-volume-data1-1" } # Prometheus @@ -99,7 +99,7 @@ variable "use_canary" { variable "use_host_volume" { description = "Use Nomad host volume feature" type = bool - default = false + default = true } variable "volume_destination" { -- cgit 1.2.3-korg