Skip to content

Commit

Permalink
setting new mandatory fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeva-duplo committed Jun 25, 2024
1 parent 05ac350 commit 8d8effa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions terraform/modules/galileo-gke/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ module "galileo_gke" {
min_memory_gb = 0
max_memory_gb = 200
gpu_resources = []
auto_repair = true
auto_upgrade = true
autoscaling_profile = "BALANCED"
}

node_pools = concat([
Expand Down

0 comments on commit 8d8effa

Please sign in to comment.