feat(infrastructure): add redis sentinel cluster

This commit is contained in:
2025-09-23 10:48:40 +02:00
parent 812042576a
commit d3cfaba274
7 changed files with 150 additions and 7 deletions

View File

@@ -27,10 +27,6 @@ resource "helm_release" "argocd" {
repository = "https://argoproj.github.io/argo-helm"
chart = "argo-cd"
depends_on = [kubernetes_namespace.argocd]
set = [
{ name = "configs.secret.argocdServerAdminPassword", value = bcrypt(var.argocd_admin_password) },
]
}
resource "kubectl_manifest" "argocd-tunnel-bind" {