add paperless ingress
This commit is contained in:
parent
b81eee425e
commit
4f3e35acf8
17
apps/paperless/ingress.yaml
Normal file
17
apps/paperless/ingress.yaml
Normal file
@ -0,0 +1,17 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: paperless-ingressroute
|
||||
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`paperless.kluster.moll.re`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: paperless-web
|
||||
port: 8000
|
||||
|
||||
tls:
|
||||
certResolver: default-tls
|
Loading…
x
Reference in New Issue
Block a user