From 14b8a03ccf68bc96222e154261a1843c3d1f331a Mon Sep 17 00:00:00 2001 From: Richard Robert Reitz Date: Mon, 25 Nov 2024 18:24:23 +0100 Subject: [PATCH] Reverted rootpath change, see https://github.com/argoproj/argo-cd/issues/20790 --- kind/stacks/core/argocd/values.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/kind/stacks/core/argocd/values.yaml b/kind/stacks/core/argocd/values.yaml index 45b75d9..b43e112 100644 --- a/kind/stacks/core/argocd/values.yaml +++ b/kind/stacks/core/argocd/values.yaml @@ -4,7 +4,7 @@ global: configs: params: server.insecure: true - server.rootpath: /argocd + server.basehref: /argocd cm: application.resourceTrackingMethod: annotation timeout.reconciliation: 60s @@ -32,11 +32,10 @@ server: ingressClassName: nginx annotations: nginx.ingress.kubernetes.io/backend-protocol: HTTP - #nginx.ingress.kubernetes.io/rewrite-target: /$2 - #nginx.ingress.kubernetes.io/use-regex: "true" + nginx.ingress.kubernetes.io/rewrite-target: /$2 + nginx.ingress.kubernetes.io/use-regex: "true" nginx.ingress.kubernetes.io/force-ssl-redirect: "true" - #path: /argocd(/|$)(.*) - path: /argocd + path: /argocd(/|$)(.*) pathType: ImplementationSpecific extraTls: - hosts: