Enable HTTPS URL for BookStack

This commit is contained in:
2026-06-18 14:37:42 +00:00
parent 6b07ca7994
commit 9cf062fe50
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -3,8 +3,14 @@ kind: Ingress
metadata:
name: bookstack
namespace: bookstack
annotations:
cert-manager.io/cluster-issuer: home-lab-ca
spec:
ingressClassName: nginx
tls:
- hosts:
- docs.home.lan
secretName: docs-home-lan-tls
rules:
- host: docs.home.lan
http: