Skip to content

Commit

Permalink
commit from ci -- ran terraform fmt and pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlokshin-czi committed Oct 17, 2023
1 parent 42ea467 commit 3e0f9f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/happy-service-eks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ resource "kubernetes_deployment_v1" "deployment" {
}

topology_spread_constraint {
max_skew = 3
max_skew = 3
#TODO: Once min_domains are supported, uncomment line below. https://github.com/hashicorp/terraform-provider-kubernetes/issues/2292
#min_domains = 3
topology_key = "topology.kubernetes.io/zone"
Expand Down

0 comments on commit 3e0f9f7

Please sign in to comment.