calibre-web

This commit is contained in:
2025-01-23 10:13:24 -05:00
parent 278651ef7e
commit 905937e358
9 changed files with 142 additions and 0 deletions

24
calibre-web/ingress.yaml Normal file
View File

@@ -0,0 +1,24 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: calibre-web
namespace: calibre-web
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
rules:
- host: calibre-web.michaelthomson.dev
http:
paths:
- pathType: ImplementationSpecific
path: /
backend:
service:
name: calibre-web
port:
name: http
tls:
- hosts:
- calibre-web.michaelthomson.dev
secretName: letsencrypt-wildcard-cert-michaelthomson.dev