From 1ce04ceef23481244bbe9f68a766bd90639ffa16 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Wed, 25 Sep 2024 02:21:37 +0200 Subject: [PATCH] Redirect http to https --- clusters/titan.lan.huizinga.dev/traefik/traefik.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clusters/titan.lan.huizinga.dev/traefik/traefik.yaml b/clusters/titan.lan.huizinga.dev/traefik/traefik.yaml index 675cec4..8259219 100644 --- a/clusters/titan.lan.huizinga.dev/traefik/traefik.yaml +++ b/clusters/titan.lan.huizinga.dev/traefik/traefik.yaml @@ -26,3 +26,7 @@ spec: - matchExpressions: - key: node-role.kubernetes.io/control-plane operator: Exists + ports: + web: + redirectTo: + port: websecure