Skip to content

Commit

Permalink
fix volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolagospagopa committed Aug 18, 2023
1 parent 5316cd2 commit 11d4716
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/elk-monitoring/env/dev01/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ elastic_node_pool = {
}

elastic_hot_storage = {
storage_type = "StandardSSD_LRS"
storage_type = "StandardSSD_ZRS"
allow_volume_expansion = true
initialStorageSize = "20Gi"
initialStorageSize = "16Gi"
}
elastic_warm_storage = {
storage_type = "StandardSSD_LRS"
storage_type = "StandardSSD_ZRS"
allow_volume_expansion = true
initialStorageSize = "20Gi"
initialStorageSize = "16Gi"
}
elastic_cold_storage = {
storage_type = "Standard_LRS"
allow_volume_expansion = true
initialStorageSize = "20Gi"
initialStorageSize = "16Gi"
}

enable_iac_pipeline = true
Expand Down

0 comments on commit 11d4716

Please sign in to comment.