Files
k_paperless/k8s/23_ingress_paperless.yaml
Timo Behrendt e822a0d53f
All checks were successful
Deploy / deploy (push) Successful in 11s
bootstrap (#1)
Reviewed-on: #1
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
2026-04-06 15:28:24 +02:00

19 lines
386 B
YAML

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