add calibre and audiobookshelf

This commit is contained in:
Grant Hunter
2026-03-21 23:27:12 -06:00
parent c472e3ea48
commit 1378b63e73
8 changed files with 109 additions and 7 deletions

View File

@@ -158,3 +158,27 @@ extraObjects:
kind: ClusterIssuer
dnsNames:
- photos.incngrnt.ca
- apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: calibre-incngrnt-ca
namespace: calibre
spec:
secretName: calibre-incngrnt-ca-tls
issuerRef:
name: letsencrypt
kind: ClusterIssuer
dnsNames:
- calibre.incngrnt.ca
- apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: audiobookshelf-incngrnt-ca
namespace: audiobookshelf
spec:
secretName: audiobookshelf-incngrnt-ca-tls
issuerRef:
name: letsencrypt
kind: ClusterIssuer
dnsNames:
- audiobookshelf.incngrnt.ca