Add BookStack documentation app

This commit is contained in:
2026-06-18 14:26:19 +00:00
parent dc43663b8a
commit 7b236d8ba5
6 changed files with 180 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: bookstack
namespace: bookstack
spec:
ingressClassName: nginx
rules:
- host: docs.home.lan
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: bookstack
port:
number: 80