Upload files to "apps/calibre-web-gitops"

This commit is contained in:
2025-11-26 02:17:48 +00:00
parent 2884eefbb7
commit 561f16d377
5 changed files with 96 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: calibre-web
namespace: calibre-web
annotations:
kubernetes.io/ingress.class: traefik
cert-manager.io/cluster-issuer: letsencrypt-http
spec:
tls:
- hosts:
- books.thedevops.dev
secretName: calibre-tls
rules:
- host: books.thedevops.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: calibre-web
port:
number: 8083