Skip to content

Commit

Permalink
fix(aks)!: remove hardcoded resources and replicas
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 31, 2024
1 parent fa0448e commit 3c9bcff
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions aks/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,42 +44,6 @@ locals {
"azure.workload.identity/client-id" = azurerm_user_assigned_identity.cert_manager.client_id
}
}
replicaCount = 2
resources = {
limits = {
memory = "128Mi"
}
requests = {
cpu = "10m"
memory = "32Mi"
}
}

webhook = {
replicaCount = 2
resources = {
limits = {
memory = "64Mi"
}
requests = {
cpu = "10m"
memory = "32Mi"
}
}
}

cainjector = {
replicaCount = 2
resources = {
limits = {
memory = "128Mi"
}
requests = {
cpu = "10m"
memory = "32Mi"
}
}
}
}

# This structure will be merged with the one with the same name on the root locals.tf.
Expand Down

0 comments on commit 3c9bcff

Please sign in to comment.