bootstrap (#1)
All checks were successful
Deploy / deploy (push) Successful in 11s

Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #1.
This commit is contained in:
2026-04-06 15:28:24 +02:00
committed by t.behrendt
parent a9935624e7
commit e822a0d53f
12 changed files with 229 additions and 48 deletions

View File

@@ -0,0 +1,18 @@
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
namespace: paperless
name: ingressroute
spec:
entryPoints:
- websecure
routes:
- kind: Rule
match: Host(`paperless.t00n.de`)
middlewares:
- name: localipfilter
namespace: kube-system
services:
- kind: Service
name: webserver
port: 8000