traefik: add middleware and platform traefik config updates

This commit is contained in:
Viktor Barzin 2026-04-06 11:57:52 +03:00
parent dca06b8a00
commit f9e85964ce
2 changed files with 28 additions and 1 deletions

View file

@ -19,6 +19,10 @@ resource "kubernetes_manifest" "middleware_rate_limit" {
}
}
field_manager {
force_conflicts = true
}
depends_on = [helm_release.traefik]
}