From 04b736287b543640a6cbdf57b8492fa9f79d69c4 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Thu, 9 Jul 2026 23:48:47 +0200 Subject: [PATCH] fix argocd redirect --- argocd/argocd-cm.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/argocd/argocd-cm.yaml b/argocd/argocd-cm.yaml index be8a47d..2a2965a 100644 --- a/argocd/argocd-cm.yaml +++ b/argocd/argocd-cm.yaml @@ -7,6 +7,11 @@ metadata: app.kubernetes.io/name: argocd-cm app.kubernetes.io/part-of: argocd data: + # Serve HTTP (no redirect to HTTPS) so the TLS-terminating Traefik ingress works. + # Without this, argocd-server redirects HTTP->HTTPS, causing an infinite + # redirect loop behind the ingress (argocd.rogi.casa unreachable). + server.insecure: "true" + # add an additional local user with apiKey and login capabilities # apiKey - allows generating API keys # login - allows to login using UI