From a385ecc37072c921d14b9f4edee359270e27bd85 Mon Sep 17 00:00:00 2001 From: Automated pipeline Date: Mon, 16 Jun 2025 13:09:50 +0000 Subject: [PATCH] Initial upload --- .../stacks/core/argocd/manifests/argocd-server-ingress.yaml | 2 +- otc/abc.t09.de/stacks/core/argocd/values.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/otc/abc.t09.de/stacks/core/argocd/manifests/argocd-server-ingress.yaml b/otc/abc.t09.de/stacks/core/argocd/manifests/argocd-server-ingress.yaml index b773df6..2f4ff3c 100644 --- a/otc/abc.t09.de/stacks/core/argocd/manifests/argocd-server-ingress.yaml +++ b/otc/abc.t09.de/stacks/core/argocd/manifests/argocd-server-ingress.yaml @@ -19,7 +19,7 @@ spec: name: argocd-server port: number: 80 - path: /argocd + path: / pathType: Prefix tls: - hosts: diff --git a/otc/abc.t09.de/stacks/core/argocd/values.yaml b/otc/abc.t09.de/stacks/core/argocd/values.yaml index baa26d6..721c6c5 100644 --- a/otc/abc.t09.de/stacks/core/argocd/values.yaml +++ b/otc/abc.t09.de/stacks/core/argocd/values.yaml @@ -4,8 +4,6 @@ global: configs: params: server.insecure: true - server.basehref: /argocd - server.rootpath: /argocd cm: application.resourceTrackingMethod: annotation timeout.reconciliation: 60s @@ -21,7 +19,7 @@ configs: clusters: - "*" accounts.provider-argocd: apiKey - url: https://argocd.abc.t09.de/argocd + url: https://argocd.abc.t09.de rbac: policy.csv: 'g, provider-argocd, role:admin'