Skip to content

Commit

Permalink
Drop to one cluster on ITHC (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Nov 20, 2023
1 parent 59cb19b commit 63d60d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions environments/aks/ithc.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ clusters = {
"00" = {
kubernetes_version = "1.27"
},
"01" = {
kubernetes_version = "1.27"
}
}
enable_automatic_channel_upgrade_patch = true
kubernetes_cluster_agent_min_count = "1"
kubernetes_cluster_agent_max_count = "4"
kubernetes_cluster_ssh_key = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCqPFmlkJn9vCOklB9wOJEAr+h36naEvWCH2LP6wVMTnbWkgwwhRvtVGeFeDo5jhlTJGk8/RyCnuQpoKfvfYNqr/5fhr0xa7CNJhb2NdUmv8u811APXKaf8psElQz4LzFb6HBcKapkVB1DQwUCVREY+BCnXtBZ1v6V24TO9YbJASs/BaPgZQJLThVGNe24jV0zRWDAy1RElPT8P1wO4k5hoDXg4NRoQt5IxqcpTUncVGN705ggqLf96zS70fPVlhLL5L6yBv4/0y9t4uo7NR5mKwDIRlpyXONpFpMGzj0zWLm/HDQqZNrD4Ycs2UolJcBk+YlUXTV6VyrnpmyKoVGvlOW8IpJLASW8HalNeOWTw5WsbjpY8rCrgasO6lMC3tI7t8yqFHFJ+EAqYZtVJoLO+ag97QZADlm2vcvctSGCAr8hqwYfb2UqqlDTuX/H8USqelCNa5NJAH7IMF1p1M9n0ohvT91U3KdtUvgu/8psuIXD1iEDNKQ3gwManbeRQ79M="
availability_zones = ["1"]

autoShutdown = true
autoShutdown = true

0 comments on commit 63d60d3

Please sign in to comment.