about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bundles/authelia/files/kube.yaml1
-rw-r--r--bundles/calibre/files/kube.yaml1
-rw-r--r--bundles/immich/files/kube.yaml1
-rw-r--r--bundles/jellyfin/files/kube.yaml1
-rw-r--r--bundles/vaultwarden/files/kube.yaml1
5 files changed, 5 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
diff --git a/bundles/calibre/files/kube.yaml b/bundles/calibre/files/kube.yaml
index 28414cc..67db43d 100644
--- a/bundles/calibre/files/kube.yaml
+++ b/bundles/calibre/files/kube.yaml
@@ -9,6 +9,7 @@ metadata:
     traefik.http.routers.calibre.entrypoints: http,https
     traefik.http.routers.calibre.rule: Host(`books.gzr.im`)
     traefik.http.routers.calibre.service: calibre
+    traefik.http.routers.calibre.middlewares: tls-redirect@file
     traefik.http.services.calibre.loadbalancer.server.port: 8083
 spec:
   dnsPolicy: Default
diff --git a/bundles/immich/files/kube.yaml b/bundles/immich/files/kube.yaml
index a0ef94a..f66f842 100644
--- a/bundles/immich/files/kube.yaml
+++ b/bundles/immich/files/kube.yaml
@@ -9,6 +9,7 @@ metadata:
     traefik.http.routers.immich.entrypoints: http,https
     traefik.http.routers.immich.rule: Host(`photos.gzr.im`)
     traefik.http.routers.immich.service: immich
+    traefik.http.routers.immich.middlewares: tls-redirect@file
     traefik.http.services.immich.loadbalancer.server.port: 2283
 
     # metrics
diff --git a/bundles/jellyfin/files/kube.yaml b/bundles/jellyfin/files/kube.yaml
index 52d4e04..3b2aa87 100644
--- a/bundles/jellyfin/files/kube.yaml
+++ b/bundles/jellyfin/files/kube.yaml
@@ -16,6 +16,7 @@ metadata:
     traefik.http.routers.jellyfin.entrypoints: http,https
     traefik.http.routers.jellyfin.rule: Host(`tv.gzr.im`)
     traefik.http.routers.jellyfin.service: jellyfin
+    traefik.http.routers.jellyfin.middlewares: tls-redirect@file
     traefik.http.services.jellyfin.loadbalancer.server.port: 8096
     # metrics
     traefik.http.routers.jellyfin-metrics.entrypoints: metrics
diff --git a/bundles/vaultwarden/files/kube.yaml b/bundles/vaultwarden/files/kube.yaml
index 4cbd5f2..85e24bb 100644
--- a/bundles/vaultwarden/files/kube.yaml
+++ b/bundles/vaultwarden/files/kube.yaml
@@ -9,6 +9,7 @@ metadata:
     traefik.http.routers.vaultwarden.entrypoints: http,https
     traefik.http.routers.vaultwarden.rule: Host(`vault.gzr.im`)
     traefik.http.routers.vaultwarden.service: vaultwarden
+    traefik.http.routers.vaultwarden.middlewares: tls-redirect@file
     traefik.http.services.vaultwarden.loadbalancer.server.port: 80
     # TODO: metrics -> https://github.com/Tricked-dev/vwmetrics
 spec: