From 4ef6b01a923049fbcefe4008e31f1b06a3958ddf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 31 May 2024 08:31:11 +0000 Subject: [PATCH 1/2] Update Helm release traefik to v28 --- infrastructure/traefik-system/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/traefik-system/kustomization.yaml b/infrastructure/traefik-system/kustomization.yaml index 1067e8a..58861d5 100644 --- a/infrastructure/traefik-system/kustomization.yaml +++ b/infrastructure/traefik-system/kustomization.yaml @@ -13,6 +13,6 @@ namespace: traefik-system helmCharts: - name: traefik releaseName: traefik - version: 27.0.2 + version: 28.2.0 valuesFile: values.yaml repo: https://traefik.github.io/charts From 57c57b76201a9e7a0b3461025180d147ecf76ac5 Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Sun, 9 Jun 2024 23:38:34 +0200 Subject: [PATCH 2/2] changes according to migration docs --- infrastructure/traefik-system/configmap.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/infrastructure/traefik-system/configmap.yaml b/infrastructure/traefik-system/configmap.yaml index de76115..960bc47 100644 --- a/infrastructure/traefik-system/configmap.yaml +++ b/infrastructure/traefik-system/configmap.yaml @@ -77,8 +77,12 @@ data: address = ":853" # route dns over https to other pods but provide own certificate + [entryPoints.name.http3] + advertisedPort = 443 + [metrics] [metrics.prometheus] + # metrics are enabled and scraping is ensured through a servicemonitor entryPoint = "metrics" addEntryPointsLabels = true addServicesLabels = true