about summary refs log tree commit diff
path: root/bundles/calibre
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/calibre')
-rw-r--r--bundles/calibre/files/kube.yaml2
-rw-r--r--bundles/calibre/metadata.py2
2 files changed, 2 insertions, 2 deletions
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:
diff --git a/bundles/calibre/metadata.py b/bundles/calibre/metadata.py
index 552e281..a111295 100644
--- a/bundles/calibre/metadata.py
+++ b/bundles/calibre/metadata.py
@@ -11,6 +11,6 @@ defaults = {
     #     "calibre": {},
     # },
     # "go": {
-    #     "calibre": "https://calibre.gzr.im",
+    #     "books": "https://books.gzr.im",
     # },
 }