diff options
| author | Robert Günzler <r@gnzler.io> | 2026-04-22 14:37:46 +0900 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-08-05 16:43:05 +0200 |
| commit | d5488feef47275c63582de417c098a3be1f720fb (patch) | |
| tree | 517411b7c54f4f5122ba0e98aaaa24d91db919e4 /bundles/calibre | |
| parent | a6f3c9e006120ff87cdc5124492ec725dcc1a6b1 (diff) | |
redirect to https
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'bundles/calibre')
| -rw-r--r-- | bundles/calibre/files/kube.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |