scale nginx ingress to 3 replicas [ci skip]

This commit is contained in:
Viktor Barzin 2025-03-16 18:27:27 +00:00
parent cd89d13ab2
commit 529b07f849
2 changed files with 3 additions and 2 deletions

View file

@ -68,7 +68,8 @@ resource "helm_release" "crowdsec" {
repository = "https://crowdsecurity.github.io/helm-charts"
chart = "crowdsec"
values = [templatefile("${path.module}/values.yaml", { homepage_username = var.homepage_username, homepage_password = var.homepage_password })]
values = [templatefile("${path.module}/values.yaml", { homepage_username = var.homepage_username, homepage_password = var.homepage_password })]
timeout = 3600
}
# resource "kubernetes_ingress_v1" "metabase" {

View file

@ -448,7 +448,7 @@ resource "kubernetes_deployment" "ingress_nginx_controller" {
}
}
spec {
replicas = 1
replicas = 3
selector {
match_labels = {