From 23e1f94d9bb10208ac8828f18d391425cd328cfc Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 9 Apr 2026 11:03:44 +0900 Subject: calibre: change to books subdomain MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- bundles/calibre/files/kube.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bundles/calibre/files') diff --git a/bundles/calibre/files/kube.yaml b/bundles/calibre/files/kube.yaml index b7329f5..28414cc 100644 --- a/bundles/calibre/files/kube.yaml +++ b/bundles/calibre/files/kube.yaml @@ -7,7 +7,7 @@ metadata: traefik.http.routers.calibre.tls: true traefik.http.routers.calibre.tls.certresolver: le traefik.http.routers.calibre.entrypoints: http,https - traefik.http.routers.calibre.rule: Host(`calibre.gzr.im`) + traefik.http.routers.calibre.rule: Host(`books.gzr.im`) traefik.http.routers.calibre.service: calibre traefik.http.services.calibre.loadbalancer.server.port: 8083 spec: -- cgit 1.4.1