From f797234abd20a2a6f0bc5de18ee02549d01974ca Mon Sep 17 00:00:00 2001 From: u1 Date: Sat, 14 Feb 2026 10:53:35 +0000 Subject: [PATCH] feat(monitoring): add traefik redirect-to-https middleware --- .../monitoring-extras/middleware-redirect-to-https.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 kustomize/infra/monitoring-extras/middleware-redirect-to-https.yaml diff --git a/kustomize/infra/monitoring-extras/middleware-redirect-to-https.yaml b/kustomize/infra/monitoring-extras/middleware-redirect-to-https.yaml new file mode 100644 index 0000000..5e5023d --- /dev/null +++ b/kustomize/infra/monitoring-extras/middleware-redirect-to-https.yaml @@ -0,0 +1,9 @@ +apiVersion: traefik.io/v1alpha1 +kind: Middleware +metadata: + name: redirect-to-https + namespace: monitoring +spec: + redirectScheme: + scheme: https + permanent: true