about summary refs log tree commit diff
path: root/bundles/authelia/files/kube.yaml
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2026-04-22 14:37:46 +0900
committerRobert Günzler <r@gnzler.io>2026-08-05 16:43:05 +0200
commitd5488feef47275c63582de417c098a3be1f720fb (patch)
tree517411b7c54f4f5122ba0e98aaaa24d91db919e4 /bundles/authelia/files/kube.yaml
parenta6f3c9e006120ff87cdc5124492ec725dcc1a6b1 (diff)
redirect to https
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/authelia/files/kube.yaml')
-rw-r--r--bundles/authelia/files/kube.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/bundles/authelia/files/kube.yaml b/bundles/authelia/files/kube.yaml
index 425eeb8..5c2c202 100644
--- a/bundles/authelia/files/kube.yaml
+++ b/bundles/authelia/files/kube.yaml
@@ -19,6 +19,7 @@ metadata:
     traefik.http.routers.authelia.entrypoints: http,https
     traefik.http.routers.authelia.rule: Host(`login.gzr.im`)
     traefik.http.routers.authelia.service: authelia
+    traefik.http.routers.authelia.middlewares: tls-redirect@file
     traefik.http.services.authelia.loadbalancer.server.port: 9091
     # metrics
     traefik.http.routers.authelia-metrics.entrypoints: metrics