Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandra-fromm committed Sep 23, 2024
1 parent 18cd474 commit 99462df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/integration/eu-west-1/k8s-qa/cluster/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,9 @@ inputs = {
desired_size_per_subnet = 1
max_unavailable = 1
# This comment configures the renovate bot to automatically update this variable:
# amiFilter=[{"Name":"owner-id","Values":["602401143452"]},{"Name":"name","Values":["amazon-eks-node-1.30-*"]}]
# currentImageName=amazon-eks-node-1.30-v20240910
ami_id = "ami-0eb3c6b810888f6e2"
# amiFilter=[{"Name":"owner-id","Values":["602401143452"]},{"Name":"name","Values":["amazon-eks-node-al2023-x86_64-standard-1.30-*"]}]
# currentImageName=amazon-eks-node-al2023-x86_64-standard-1.30-v20240807
ami_id = "ami-090ea8d1ab1887790"
availability_zones = ["eu-west-1c"]
kubelet_extra_args = "--max-pods=30 --kube-reserved=memory=585Mi,cpu=90m"
taints = [
Expand Down

0 comments on commit 99462df

Please sign in to comment.