From 1f7a25dfca3843aedb2a14c5ea6145f9f06dfe66 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 8 Nov 2025 15:43:46 +0100 Subject: [PATCH] Update sectionName in HTTPRoute configurations for ArgoCD and Traefik to use 'web' instead of 'websecure' --- apps/argocd/values.yaml | 2 +- apps/traefik/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/argocd/values.yaml b/apps/argocd/values.yaml index 4dab577..88f8257 100644 --- a/apps/argocd/values.yaml +++ b/apps/argocd/values.yaml @@ -16,7 +16,7 @@ argo-cd: parentRefs: - name: traefik-gateway namespace: traefik - sectionName: websecure + sectionName: web hostnames: - "argocd.noxxos.nl" rules: diff --git a/apps/traefik/values.yaml b/apps/traefik/values.yaml index e8d950f..1885f46 100644 --- a/apps/traefik/values.yaml +++ b/apps/traefik/values.yaml @@ -60,7 +60,7 @@ traefik: spec: parentRefs: - name: traefik-gateway - sectionName: websecure + sectionName: web hostnames: - "traefik.noxxos.nl" rules: